maj alpine
This commit is contained in:
9
reboot.yml
Normal file
9
reboot.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Reboot Vm
|
||||
hosts: all
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Redémarrer la machine
|
||||
reboot:
|
||||
reboot_timeout: 300
|
||||
when: apk_upgradable.stdout != ""
|
Reference in New Issue
Block a user