mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
upt playbook
This commit is contained in:
parent
75699460f7
commit
668e439b5f
@ -1,8 +1,11 @@
|
|||||||
- hosts: localhost1
|
- hosts: localhost1
|
||||||
name: Apt udate
|
name: Apt udate
|
||||||
connection: local
|
connection: local
|
||||||
ansible_user: root
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- command: whoami
|
||||||
|
register: whoami
|
||||||
|
- debug:
|
||||||
|
var: whoami.stdout
|
||||||
- name: Apt exclude linux-dtb-current-meson64
|
- name: Apt exclude linux-dtb-current-meson64
|
||||||
ansible.builtin.shell: 'apk update'
|
ansible.builtin.shell: 'apk update'
|
||||||
- name: Apt exclude linux-dtb-current-meson64
|
- name: Apt exclude linux-dtb-current-meson64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user