소스 검색

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
No known key found for this signature in database 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

불러오는 중...
취소
저장