upt playbook

This commit is contained in:
jaydee 2023-10-26 22:31:41 +02:00
parent 05a1fb6a6e
commit cc6fab41ed

View File

@ -3,4 +3,6 @@
connection: local
tasks:
- name: Apt exclude linux-dtb-current-meson64
ansible.builtin.shell: 'df -h'
ansible.builtin.shell: 'apk update'
- name: Apt exclude linux-dtb-current-meson64
ansible.builtin.shell: 'apk add py3-jmespath'