diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-01-23 19:27:59 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-01-23 19:27:59 +0100 |
commit | d7c57bcbf269a5856058494eef54072f2830ec35 (patch) | |
tree | 81be96b3733d081c2bbd97f7b1ab8cc8be7d9304 | |
parent | added ap forum2 and orpheum0 (diff) |
disable facts gathering for usb-install playbook
-rw-r--r-- | common/usb-install.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/usb-install.yml b/common/usb-install.yml index 56edc046..2964fac7 100644 --- a/common/usb-install.yml +++ b/common/usb-install.yml @@ -2,6 +2,7 @@ - name: Fetch debian installer and bake initrd hosts: "{{ hostname }}" connection: local + gather_facts: no vars_prompt: - name: usbdrive_path |