upt playbook

This commit is contained in:
jaydee 2023-10-27 06:37:36 +02:00
parent 75699460f7
commit 668e439b5f

View File

@ -1,8 +1,11 @@
- hosts: localhost1
name: Apt udate
connection: local
ansible_user: root
tasks:
- command: whoami
register: whoami
- debug:
var: whoami.stdout
- name: Apt exclude linux-dtb-current-meson64
ansible.builtin.shell: 'apk update'
- name: Apt exclude linux-dtb-current-meson64