From 6eacc2ad5539abf37dc90cd378b44320f7758869 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 7 Jul 2020 22:09:19 +0200 Subject: refactor vm role names --- common/vm-install.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'common/vm-install.yml') 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 -- cgit v1.2.3