summaryrefslogtreecommitdiff
path: root/vminstall.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vminstall.yaml')
-rw-r--r--vminstall.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/vminstall.yaml b/vminstall.yaml
index 7db24d67..0f716d69 100644
--- a/vminstall.yaml
+++ b/vminstall.yaml
@@ -3,7 +3,7 @@
hosts: "{{ vmname }}"
gather_facts: no
roles:
- - role: vm-install
+ - role: vm-install
- import_playbook: "playbooks/{{ vmname }}.yaml"
@@ -11,4 +11,6 @@
hosts: "{{ vmname }}"
gather_facts: no
roles:
- - { role: reboot-and-wait, reboot_delay: 10, reboot_timeout: 120 }
+ - role: reboot-and-wait
+ reboot_delay: 10
+ reboot_timeout: 120