Skip to content

Commit 16ced97

Browse files
committed
Fix: Add gather_facts to molecule converge
The java-install role tasks use ansible_facts which require gather_facts to be enabled in the converge playbook. This fixes molecule test failures. Change-Id: Ie409b2e3ff82320769d0d403cc39d1acbd2ba24d Signed-off-by: Anil Belur <[email protected]>
1 parent 4b4e0db commit 16ced97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

molecule/default/converge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
- name: Converge
33
hosts: all
4+
gather_facts: true
45
roles:
56
- role: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"

0 commit comments

Comments
 (0)