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.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/vm-install.yml b/common/vm-install.yml
index 36f2c4cc..cb3b86f0 100644
--- a/common/vm-install.yml
+++ b/common/vm-install.yml
@@ -52,8 +52,11 @@
setup:
roles:
- role: vm/grub
+ when: install_distro in ['debian', 'ubuntu']
- role: vm/network
+ when: install_distro in ['debian', 'ubuntu']
- role: vm/guest
+ when: install_distro in ['debian', 'ubuntu']
- import_playbook: "../{{ hostenv }}/{{ hostname }}.yml"