Skip to content

Commit cefd603

Browse files
Merge pull request #1105 from rabi/callback
Remove yaml callback from configmap
2 parents 0217a7a + 2ab19f8 commit cefd603

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)