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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/vm-install.yml b/common/vm-install.yml
index 64894d1a..64f4d696 100644
--- a/common/vm-install.yml
+++ b/common/vm-install.yml
@@ -58,10 +58,10 @@
- name: make sure to update cached facts
setup:
roles:
- - role: vm/guest/base
- when: install_distro in ['debian', 'ubuntu']
- role: vm/guest/network
when: install_distro in ['debian', 'ubuntu']
+ - role: vm/guest/base
+ when: install_distro in ['debian', 'ubuntu']
- name: reboot and wait for VM to come back
hosts: "{{ install_hostname }}"