Skip to content

Commit

Permalink
fix: switch ANSIBLE_INJECT_FACT_VARS in Molecule off
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Klein <[email protected]>
  • Loading branch information
kleini committed Nov 27, 2024
1 parent 758377e commit c6eca7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/molecule/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ verifier:
env:
PYTHONPATH: "${MOLECULE_PROJECT_DIRECTORY}/../../.testinfra:${PYTHONPATH}"
provisioner:
env:
ANSIBLE_INJECT_FACT_VARS: False

Check failure on line 52 in .config/molecule/config.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[truthy]

Truthy value should be one of \[false, true]
playbooks:
converge: "${MOLECULE_PROJECT_DIRECTORY}/../../.config/molecule/converge.yml"
inventory:
Expand Down

0 comments on commit c6eca7d

Please sign in to comment.