diff options
Diffstat (limited to 'chaos-at-home')
-rw-r--r-- | chaos-at-home/cloud-install.yml | 2 | ||||
-rw-r--r-- | chaos-at-home/usb-install.yml | 2 | ||||
-rw-r--r-- | chaos-at-home/vm-install.yml | 2 |
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: |