Skip to content

Commit af3e81b

Browse files
committed
chore: Migrate from deprecated YAML callback plugin to built-in result format
1 parent 2fa6ebf commit af3e81b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ansible/ansible.cfg

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[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
2+
retry_files_enabled = False
3+
inventory = hosts
4+
ask_become_pass = True
5+
bin_ansible_callbacks = False
6+
result_format = yaml
7+
callback_result_format = yaml
8+
force_color = True

0 commit comments

Comments
 (0)