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