Skip to content

Commit b300b77

Browse files
committed
ci(ansible): replace stdout_callback with result_format
The 'community.general.yaml' callback plugin has been removed. The plugin has been superseded by the option `result_format=yaml` in callback plugin ansible.builtin.default from ansible-core 2.13 onwards. This feature was removed from collection 'community.general' version 12.0.0.
1 parent 830838b commit b300b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ inventory = inventory.ini
33
remote_user = ubuntu
44
private_key_file = key.pem
55
host_key_checking = False
6-
stdout_callback = yaml
6+
result_format = yaml
77
force_color = True
88

99
[privilege_escalation]

0 commit comments

Comments
 (0)