reboot als handler (#111)

reboot als handler

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#111
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-06-08 08:15:31 +02:00
parent f408590a63
commit 58cb2946e2
2 changed files with 6 additions and 7 deletions

View file

@ -0,0 +1,5 @@
---
- name: reboot
become: true
reboot:
reboot_timeout: 120

View file

@ -5,10 +5,4 @@
name: qemu-guest-agent
state: present
when: ansible_virtualization_role == 'guest'
register: qemu_installed
- name: reboot (dauert bis zu 2min!)
become: true
reboot:
reboot_timeout: 120
when: qemu_installed.changed == true
notify: reboot