Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Revert "Use YAML output of ansible instead of JSON""
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Sep 18, 2018
2 parents c629f00 + e28b552 commit 978f8b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tripleo_common/actions/ansible.py
Expand Up @@ -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',
Expand Down

0 comments on commit 978f8b6

Please sign in to comment.