ansible/changelogs/fragments/gather_subset_defaults.yml
Brian Coca 89963a0062 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>
(cherry picked from commit 8a886a6bee)
2019-07-22 18:45:06 -07:00

2 lines
73 B
YAML

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