Compare commits
2 Commits
2918ea4578
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 98758f4fa7 | |||
| e4771be50c |
@@ -17,3 +17,4 @@ all:
|
||||
ansible_host: 192.168.88.2
|
||||
main_role: MASTER
|
||||
hypervisor: Proxmox
|
||||
proxmox_vmid: 122
|
||||
@@ -94,6 +94,10 @@
|
||||
retries: 60
|
||||
delay: 15
|
||||
|
||||
- name: Pause 15s
|
||||
ansible.builtin.pause:
|
||||
seconds: 15
|
||||
|
||||
- name: Update packages
|
||||
ansible.builtin.apt:
|
||||
upgrade: full
|
||||
|
||||
Reference in New Issue
Block a user