summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/cloud-install.yml2
-rw-r--r--chaos-at-home/usb-install.yml2
-rw-r--r--chaos-at-home/vm-install.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/chaos-at-home/cloud-install.yml b/chaos-at-home/cloud-install.yml
index 9b5bbee9..167cf458 100644
--- a/chaos-at-home/cloud-install.yml
+++ b/chaos-at-home/cloud-install.yml
@@ -1,6 +1,6 @@
---
- name: setup variables
- hosts: "{{ hostname }}"
+ hosts: "{{ install_hostname }}"
gather_facts: no
tasks:
- set_fact:
diff --git a/chaos-at-home/usb-install.yml b/chaos-at-home/usb-install.yml
index b7a1c8be..ab455ff7 100644
--- a/chaos-at-home/usb-install.yml
+++ b/chaos-at-home/usb-install.yml
@@ -1,6 +1,6 @@
---
- name: setup variables
- hosts: "{{ hostname }}"
+ hosts: "{{ install_hostname }}"
gather_facts: no
tasks:
- set_fact:
diff --git a/chaos-at-home/vm-install.yml b/chaos-at-home/vm-install.yml
index 99d1558d..405e14db 100644
--- a/chaos-at-home/vm-install.yml
+++ b/chaos-at-home/vm-install.yml
@@ -1,6 +1,6 @@
---
- name: setup variables
- hosts: "{{ hostname }}"
+ hosts: "{{ install_hostname }}"
gather_facts: no
tasks:
- set_fact: