summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-21 04:44:34 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-21 04:44:34 +0100
commit48d0df39753037b6688c55a372254ef9ecae5631 (patch)
treeed7c92eac51186d1284c2fe5005b7efa7d3411ae /common
parentuse delegation for vm/guest install and define (diff)
don't use install_hostname variable in roles
Diffstat (limited to 'common')
-rw-r--r--common/iso-generate.yml1
-rw-r--r--common/usb-generate.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/common/iso-generate.yml b/common/iso-generate.yml
index fdecf07a..504d91ae 100644
--- a/common/iso-generate.yml
+++ b/common/iso-generate.yml
@@ -5,6 +5,5 @@
gather_facts: no
roles:
- role: installer/debian/iso
- install_hostname: "{{ inventory_hostname }}"
installer_base_path: "{{ global_cache_dir }}/debian-installer"
installer_keyrings_path: "{{ global_files_dir }}/common/keyrings"
diff --git a/common/usb-generate.yml b/common/usb-generate.yml
index 224f67cb..30b0f190 100644
--- a/common/usb-generate.yml
+++ b/common/usb-generate.yml
@@ -10,6 +10,5 @@
roles:
- role: installer/debian/usb
- install_hostname: "{{ inventory_hostname }}"
installer_base_path: "{{ global_cache_dir }}/debian-installer"
installer_keyrings_path: "{{ global_files_dir }}/common/keyrings"