summaryrefslogtreecommitdiff
path: root/roles/vm/host/tasks/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-09-29 15:57:03 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-09-29 15:57:03 +0200
commit2101dc40d16857d6792cdb007b3f3500ed224ee1 (patch)
treeaf2427e4731e234c4a274747e1c907b1e25692e1 /roles/vm/host/tasks/main.yml
parentno more apt_key and apt_repository module (diff)
added vmhost network
Diffstat (limited to 'roles/vm/host/tasks/main.yml')
-rw-r--r--roles/vm/host/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/vm/host/tasks/main.yml b/roles/vm/host/tasks/main.yml
index f83b7d0b..83b5fca1 100644
--- a/roles/vm/host/tasks/main.yml
+++ b/roles/vm/host/tasks/main.yml
@@ -25,3 +25,8 @@
file:
name: "{{ item }}"
state: directory
+
+- name: install vm-host network
+ when: vm_host.network is defined
+ include_tasks: network.yml
+