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:
Brian Coca 2015-07-27 22:15:44 -04:00
commit 5f8db9cd4b
5 changed files with 15 additions and 18 deletions

View file

@ -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