From cc6fab41ed087a19d520a67e1cf247ffe4ddebb8 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 26 Oct 2023 22:31:41 +0200 Subject: [PATCH] upt playbook --- playbooks/00_local.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/00_local.yml b/playbooks/00_local.yml index a5ed86d..87d77c7 100644 --- a/playbooks/00_local.yml +++ b/playbooks/00_local.yml @@ -3,4 +3,6 @@ connection: local tasks: - name: Apt exclude linux-dtb-current-meson64 - ansible.builtin.shell: 'df -h' \ No newline at end of file + ansible.builtin.shell: 'apk update' + - name: Apt exclude linux-dtb-current-meson64 + ansible.builtin.shell: 'apk add py3-jmespath' \ No newline at end of file