Browse Source

Merge pull request #882 from pushytoxin/patch-1

Use the yaml callback plugin when running ansible-playbook
pull/884/head
Slavi Pantaleev 5 years ago
committed by GitHub
parent
commit
ef45b60e32
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ansible.cfg

+ 1
- 0
ansible.cfg View File

@@ -1,5 +1,6 @@
[defaults]
retry_files_enabled = False
stdout_callback = yaml

[connection]
pipelining = True

Loading…
Cancel
Save