We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa6ebf commit af3e81bCopy full SHA for af3e81b
ansible/ansible.cfg
@@ -1,7 +1,8 @@
1
[defaults]
2
-retry_files_enabled = False
3
-inventory = hosts
4
-ask_become_pass = True
5
-bin_ansible_callbacks = True
6
-stdout_callback = yaml
7
-force_color = True
+retry_files_enabled = False
+inventory = hosts
+ask_become_pass = True
+bin_ansible_callbacks = False
+result_format = yaml
+callback_result_format = yaml
8
+force_color = True
0 commit comments