From d3857e83d3c75f3f4fe1fa57347c146c0d391f88 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 26 Oct 2023 19:12:33 +0200 Subject: [PATCH] upt playbook --- collections/requirements.yml | 3 +++ playbooks/00_local.yml | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 collections/requirements.yml create mode 100644 playbooks/00_local.yml 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