summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-07 06:24:01 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-07 06:24:01 +0200
commit4575cf026fea397a5017ddb6dd2c5daf65891ab8 (patch)
tree8330897836e5f6936e4fdfc3c58ca0984364021e /chaos-at-home
parentfix ch-gnocchi playbook (diff)
fix vm install role (cook vm_host variable)
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/vm-install.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chaos-at-home/vm-install.yml b/chaos-at-home/vm-install.yml
index 405e14db..7ca11b58 100644
--- a/chaos-at-home/vm-install.yml
+++ b/chaos-at-home/vm-install.yml
@@ -6,5 +6,6 @@
- set_fact:
install_cooked: "{{ install }}"
network_cooked: "{{ network }}"
+ vm_host_cooked: "{{ vm_host }}"
- import_playbook: ../common/vm-install.yml