We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd3f6b commit 3efadf3Copy full SHA for 3efadf3
playbooks/kayobe-base/pre.yml
@@ -14,6 +14,9 @@
14
# Add timing information to output
15
callbacks_enabled = ansible.posix.profile_tasks
16
17
+ # Improve readability of ansible output.
18
+ stdout_callback = yaml
19
+
20
[ssh_connection]
21
# NOTE(wszusmki): Disable pipelining due to:
22
# https://github.com/ansible/ansible/issues/81777
@@ -32,6 +35,9 @@
32
35
33
36
34
37
38
39
40
41
42
43
0 commit comments