Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Tests - Enable gather_facts for prepare support
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Ledvina <jared@techsmix.net>
  • Loading branch information
jaredledvina committed Dec 16, 2018
1 parent c060198 commit 82888e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/shared/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Prepare
hosts: all
gather_facts: false
gather_facts: true
tasks:
- name: Enable yum doc files
lineinfile:
Expand Down

0 comments on commit 82888e4

Please sign in to comment.