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