summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-15 15:27:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-15 15:27:19 +0200
commitc56b50b6f40565a3cb0b0d6dad3802ca4b8a5e9a (patch)
treec2c06970823a656af9b1bf3aab41972cb3d52827 /common
parentcosmetic change (diff)
fix vm/guest roles ordering
Diffstat (limited to 'common')
-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 }}"