From d7c57bcbf269a5856058494eef54072f2830ec35 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 23 Jan 2019 19:27:59 +0100 Subject: disable facts gathering for usb-install playbook --- common/usb-install.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3