summaryrefslogtreecommitdiff
path: root/common/vm-install.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-26 23:25:02 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-26 23:25:02 +0100
commit74684fb93e26e2c9f37f699a84eb94acaf93c07a (patch)
treeb514b605b934a6ee074a200e75f918ba05ad109e /common/vm-install.yml
parentnextcloud: upgrade all instances and add occ script (diff)
parentbase role supports openbsd now too (diff)
Merge branch 'topic/openbsd-test'
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"