浏览代码

Use the yaml callback plugin when running ansible-playbook

The default default Ansible screen output encodes and prints error outputs as a hard to read dense line of JSON.
This patch changes the ansible-playbook command behavior for this project to output yaml instead.
pull/882/head
pushytoxin 5 年前
committed by GitHub
父节点
当前提交
05bf1c045b
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      ansible.cfg

+ 1
- 0
ansible.cfg 查看文件

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

[connection]
pipelining = True

正在加载...
取消
保存