From c56b50b6f40565a3cb0b0d6dad3802ca4b8a5e9a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 15 Jul 2020 15:27:19 +0200 Subject: fix vm/guest roles ordering --- common/vm-install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') 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 }}" -- cgit v1.2.3