Skip to content

Commit 9201761

Browse files
committed
ci: Format ansible-playbook output as yaml
1 parent da536e8 commit 9201761

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ansible/ansible.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ strategy_plugins = ../../ansible_mitogen/plugins/strategy
55
inventory_plugins = lib/inventory
66
action_plugins = lib/action
77
callback_plugins = lib/callback
8-
stdout_callback = nice_stdout
8+
stdout_callback = yaml
9+
stdout_whitelist =
10+
yaml
911
vars_plugins = lib/vars
1012
library = lib/modules
1113
filter_plugins = lib/filters

0 commit comments

Comments
 (0)