Revert "Use YAML output of ansible instead of JSON"

This reverts commit 44b8b93456.

Depends-On: https://review.openstack.org/603187
Change-Id: I9514c485db65ddcb50e7e7e40feddc7fadafbe1a
Related-Bug: #1792892
This commit is contained in:
Alex Schultz 2018-09-17 16:37:50 +00:00
parent 44b8b93456
commit e28b552ce6
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ def write_default_ansible_cfg(work_dir,
os.path.join(work_dir, 'ansible.log'))
config.set('defaults', 'forks', '25')
config.set('defaults', 'timeout', '30')
config.set('defaults', 'bin_ansible_callbacks', 'True')
config.set('defaults', 'stdout_callback', 'yaml')
# mistral user has no home dir set, so no place to save a known hosts file
config.set('ssh_connection', 'ssh_args',