tripleo-heat-templates/releasenotes/notes/gather-facts-variable-d7f1d74d1dc68ee9.yaml
James Slagle 203418529a Replace hardcoded gather_facts:no with variable
Use a gather_facts variable to control fact gathering at the play level
instead of just the hardcoded gather_facts:no.

This allows for forcing facts to be gathered during a play if the
earlier fact gathering tasks had been skipped (such as when using
--start-at-task).

Change-Id: I2b7625baac4a09413cc50b84d2df1c00ec14b00a
2019-06-12 14:57:30 +00:00

5 lines
164 B
YAML

---
features:
- When running config-download manually, fact gathering at the play level can
now be controlled with the gather_facts Ansible boolean variable.