mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-10-30 09:51:10 +01:00
upt playbook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user