Skip to content

Commit

Permalink
Avoid implicit gather_facts on verify (#2897)
Browse files Browse the repository at this point in the history
Disable gather_facts for verify playbook as is may not be required in practice.

This also makes it possible to test molecule-podman by creating a workaround for know bug.

Related: ansible-community/molecule-podman#2
  • Loading branch information
ssbarnea committed Oct 18, 2020
1 parent f41742d commit 3e9b3c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{% raw -%}
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Example assertion
assert:
Expand Down

0 comments on commit 3e9b3c7

Please sign in to comment.