ansible/changelogs/fragments/gather_subset_defaults.yml
Brian Coca 8a886a6bee
Fix gather facts ignoring gather_subsets config (#59271)
* Fix gather facts ignoring gather_subsets config

 fixes #58728

* Update lib/ansible/playbook/play.py

Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com>
2019-07-22 17:59:22 -04:00

2 lines
73 B
YAML

bugfixes:
- Gather facts should use gather_subset config by default.