Skip to content

Commit 8882c87

Browse files
committed
CI: Replace deprecated yaml callback plugin
[DEPRECATION WARNING]: community.general.yaml has been deprecated. 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 will be removed from community.general in version 12.0.0. Change-Id: I173240e0c7b5559a1ef1eea95067bd9d6c390ab4 Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
1 parent 33f39fa commit 8882c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/kayobe-base/pre.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
callbacks_enabled = ansible.posix.profile_tasks
1616
1717
# Improve readability of ansible output.
18-
stdout_callback = yaml
18+
callback_result_format = yaml
1919
2020
[ssh_connection]
2121
# NOTE(wszusmki): Disable pipelining due to:
@@ -36,7 +36,7 @@
3636
callbacks_enabled = ansible.posix.profile_tasks
3737
3838
# Improve readability of ansible output.
39-
stdout_callback = yaml
39+
callback_result_format = yaml
4040
4141
[ssh_connection]
4242
# NOTE(wszusmki): Disable pipelining due to:

0 commit comments

Comments
 (0)