summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/vm-install.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/common/vm-install.yml b/common/vm-install.yml
index b0c3815a..64894d1a 100644
--- a/common/vm-install.yml
+++ b/common/vm-install.yml
@@ -27,7 +27,7 @@
- name: basic installation
hosts: _vmhost_
roles:
- - role: vm/install
+ - role: vm/guest/install
- name: wait for new vm to start up
@@ -58,14 +58,12 @@
- name: make sure to update cached facts
setup:
roles:
- - role: vm/grub
+ - role: vm/guest/base
when: install_distro in ['debian', 'ubuntu']
- - role: vm/network
- when: install_distro in ['debian', 'ubuntu']
- - role: vm/guest
+ - role: vm/guest/network
when: install_distro in ['debian', 'ubuntu']
-- name: reboot and wait for VM come back
+- name: reboot and wait for VM to come back
hosts: "{{ install_hostname }}"
gather_facts: no
roles: