Skip to content

Commit 2ab19f8

Browse files
committed
Remove yaml callback from configmap
Fixes the broken edpm jobs. The 'community.general.yaml' callback plugin has been removed from ansible. The plugin has been superseded by the option result_format=yaml in callback plugin ansible.builtin.default from ansible-core 2.13 onwards. Signed-off-by: rabi <[email protected]>
1 parent e8202f0 commit 2ab19f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devsetup/edpm/config/ansible-ee-env.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ kind: ConfigMap
44
metadata:
55
name: openstack-aee-default-env
66
data:
7-
ANSIBLE_CALLBACKS_ENABLED: "ansible.posix.profile_tasks,yaml"
7+
ANSIBLE_CALLBACKS_ENABLED: "ansible.posix.profile_tasks"
8+
ANSIBLE_CALLBACK_RESULT_FORMAT: "yaml"
89
ANSIBLE_DISPLAY_ARGS_TO_STDOUT: "True"
910
ANSIBLE_VERBOSITY: "1"
1011
ANSIBLE_FORCE_COLOR: "True"

0 commit comments

Comments
 (0)