summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-20 11:37:31 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-20 11:37:31 +0300
commit7db57c8465835bcba573ec0d6ebd8269c0c64599 (patch)
tree881a47d359c9915afbd6eedaf30612a0c0758207 /check
parenta24f14f5c1657489931d009b74438aa84324029c (diff)
downloaddebian-ansible-7db57c8465835bcba573ec0d6ebd8269c0c64599.tar.gz
feat: tell Ansible to output YAML in a pretty way
Ansible uses YAML for certain output. Previously, the YAML was formatted as a long, single line. That was unreadable. Now it's pretty printed. Sponsored-by: author
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 811274c..11b7d77 100755
--- a/check
+++ b/check
@@ -54,6 +54,6 @@ cpus: 2
memory: 1024
EOF
-$hideok python3 test.py --log test.log "$@"
+$hideok python3 test.py --log test.log --env ANSIBLE_STDOUT_CALLBACK=yaml "$@"
echo "Everything seems to be in order."