Skip to content

Commit

Permalink
Molecole: gather_facts -> true
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Dec 19, 2024
1 parent f51a55b commit f63fd33
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
hosts: molecule
vars_files:
- vars.yml
# We disable gather facts because it would fail due to our container not
# having python installed. This will not prevent use from running 'raw'
# commands. Most molecule users are expected to use containers that already
# have python installed in order to avoid notable delays installing it.
gather_facts: false
gather_facts: true
tasks:
- name: Check uname
ansible.builtin.raw: uname -a
Expand Down

0 comments on commit f63fd33

Please sign in to comment.