From 7db57c8465835bcba573ec0d6ebd8269c0c64599 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 20 Aug 2021 11:37:31 +0300 Subject: 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 --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check') 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." -- cgit v1.2.1