Skip to content

Commit cbd5620

Browse files
committed
ci(docker): result_format -> callback_result_format
1 parent f31fb19 commit cbd5620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/docker/runner/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
host_key_checking = False
33
bin_ansible_callbacks = True
44
stdout_callback = default
5-
result_format = yaml
5+
callback_result_format = yaml

deployment/docker/server/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
host_key_checking = False
33
bin_ansible_callbacks = True
44
stdout_callback = default
5-
result_format = yaml
5+
callback_result_format = yaml

0 commit comments

Comments
 (0)