浏览代码
Merge pull request #882 from pushytoxin/patch-1
Use the yaml callback plugin when running ansible-playbook
pull/884/head
Slavi Pantaleev
5 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
1 次插入 和
0 次删除
-
ansible.cfg
|
|
|
@@ -1,5 +1,6 @@ |
|
|
|
[defaults] |
|
|
|
retry_files_enabled = False |
|
|
|
stdout_callback = yaml |
|
|
|
|
|
|
|
[connection] |
|
|
|
pipelining = True |