203418529a
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
5 lines
164 B
YAML
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.
|