Sfoglia il codice sorgente

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 anni fa
committed by GitHub
parent
commit
05bf1c045b
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      ansible.cfg

+ 1
- 0
ansible.cfg Vedi File

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


[connection] [connection]
pipelining = True pipelining = True

Caricamento…
Annulla
Salva