Explorar el Código

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 hace 5 años
committed by GitHub
padre
commit
05bf1c045b
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      ansible.cfg

+ 1
- 0
ansible.cfg Ver fichero

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

[connection]
pipelining = True

Cargando…
Cancelar
Guardar