reboot in bootstrap für qemu (#102)
reboot in bootstrap für qemu Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#102 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
a5e0fd8dac
commit
b29e6c08fa
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
- { role: robertdebock.bootstrap, tags: "bootstrap", become: yes}
|
||||
- { role: ryandaniels.create_users, tags: "user", become: yes}
|
||||
- { role: mgrote.r8152_kernel_module }
|
||||
post_tasks:
|
||||
- name: reboot für qemu-guest-agent (dauert bis zu 2min!)
|
||||
become: true
|
||||
reboot:
|
||||
reboot_timeout: 120
|
||||
vars:
|
||||
### reobertdebock.bootstrap
|
||||
bootstrap_user: mg
|
||||
|
|
Loading…
Reference in a new issue