From 82888e487f6a0076ad84d0124aa3b2498742bfe7 Mon Sep 17 00:00:00 2001 From: Jared Ledvina Date: Sun, 16 Dec 2018 15:03:14 -0500 Subject: [PATCH] Tests - Enable gather_facts for prepare support Signed-off-by: Jared Ledvina --- molecule/shared/prepare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/shared/prepare.yml b/molecule/shared/prepare.yml index 74fb0ce..6df4cb0 100644 --- a/molecule/shared/prepare.yml +++ b/molecule/shared/prepare.yml @@ -1,7 +1,7 @@ --- - name: Prepare hosts: all - gather_facts: false + gather_facts: true tasks: - name: Enable yum doc files lineinfile: