summaryrefslogtreecommitdiff
path: root/common/vm-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common/vm-install.yml')
-rw-r--r--common/vm-install.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/common/vm-install.yml b/common/vm-install.yml
index b0c3815a..ac36f3c5 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,11 +58,9 @@
- 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