upt playbook

This commit is contained in:
jaydee 2023-10-26 22:32:37 +02:00
parent cc6fab41ed
commit ea494246f4

View File

@ -1,6 +1,7 @@
- hosts: localhost1 - hosts: localhost1
name: Apt udate name: Apt udate
connection: local connection: local
become: true
tasks: tasks:
- name: Apt exclude linux-dtb-current-meson64 - name: Apt exclude linux-dtb-current-meson64
ansible.builtin.shell: 'apk update' ansible.builtin.shell: 'apk update'