mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -07:00
changed verbose_override to the new _ansible_verbose_override to keep in line with previous changes
output now defaults back to having indent=4
This commit is contained in:
parent
8746e692c1
commit
5f8db9cd4b
5 changed files with 15 additions and 18 deletions
|
@ -2874,6 +2874,6 @@ def get_all_facts(module):
|
|||
setup_result['ansible_facts'][k] = v
|
||||
|
||||
# hack to keep --verbose from showing all the setup module results
|
||||
setup_result['verbose_override'] = True
|
||||
setup_result['_ansible_verbose_override'] = True
|
||||
|
||||
return setup_result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue