summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-08 00:20:41 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-08 00:20:41 +0200
commit9cec7a6dc53006567ea071806052907ee4b757ea (patch)
tree8fbb46b85fc5ca871baee398b8ca974452175449
parentfix vm install variable cooking once more (diff)
remove useless variable cooking
-rw-r--r--chaos-at-home/vm-install.yml1
-rw-r--r--dan/vm-install.yml1
-rw-r--r--spreadspace/vm-install.yml1
3 files changed, 0 insertions, 3 deletions
diff --git a/chaos-at-home/vm-install.yml b/chaos-at-home/vm-install.yml
index 4d42946f..dddfe279 100644
--- a/chaos-at-home/vm-install.yml
+++ b/chaos-at-home/vm-install.yml
@@ -6,7 +6,6 @@
- set_fact:
install_cooked: "{{ install }}"
network_cooked: "{{ network }}"
- vm_host_cooked: "{{ vm_host }}"
- name: cook variables for host
hosts: "{{ hostvars[install_hostname].vm_host }}"
diff --git a/dan/vm-install.yml b/dan/vm-install.yml
index 4d42946f..dddfe279 100644
--- a/dan/vm-install.yml
+++ b/dan/vm-install.yml
@@ -6,7 +6,6 @@
- set_fact:
install_cooked: "{{ install }}"
network_cooked: "{{ network }}"
- vm_host_cooked: "{{ vm_host }}"
- name: cook variables for host
hosts: "{{ hostvars[install_hostname].vm_host }}"
diff --git a/spreadspace/vm-install.yml b/spreadspace/vm-install.yml
index 4d42946f..dddfe279 100644
--- a/spreadspace/vm-install.yml
+++ b/spreadspace/vm-install.yml
@@ -6,7 +6,6 @@
- set_fact:
install_cooked: "{{ install }}"
network_cooked: "{{ network }}"
- vm_host_cooked: "{{ vm_host }}"
- name: cook variables for host
hosts: "{{ hostvars[install_hostname].vm_host }}"