ansible/changelogs/fragments/58310-gather-facts-verbosity.yml
Matt Martz fd73fe02b4 [stable-2.8] Set _ansible_verbose_override in gather_facts action plugin. Fixes #58310 (#58339)
(cherry picked from commit bc25ac2)

Co-authored-by: Matt Martz <matt@sivel.net>
2019-06-25 15:12:49 -07:00

3 lines
176 B
YAML

bugfixes:
- gather_facts - Prevent gather_facts from being verbose, just like is done
in the normal action plugin for setup (https://github.com/ansible/ansible/issues/58310)