diff --git a/collections/requirements.yml b/collections/requirements.yml new file mode 100644 index 0000000..f924ac5 --- /dev/null +++ b/collections/requirements.yml @@ -0,0 +1,3 @@ +--- +collections: + - name: community.general \ No newline at end of file diff --git a/playbooks/00_local.yml b/playbooks/00_local.yml new file mode 100644 index 0000000..ffe5417 --- /dev/null +++ b/playbooks/00_local.yml @@ -0,0 +1,6 @@ +- hosts: localhost + name: Apt udate + become: true + tasks: + - name: Apt exclude linux-dtb-current-meson64 + ansible.builtin.shell: 'df -h' \ No newline at end of file