File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
tests/roles/dataplane_adoption/defaults Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,9 @@ dataplane_cr: |
202202 {%+ endif +%}
203203 env:
204204 - name: ANSIBLE_CALLBACKS_ENABLED
205- value: "ansible.posix.profile_tasks,yaml"
205+ value: "ansible.posix.profile_tasks"
206+ - name: ANSIBLE_CALLBACK_RESULT_FORMAT
207+ value: "yaml"
206208 - name: ANSIBLE_FORCE_COLOR
207209 value: "True"
208210 - name: ANSIBLE_DISPLAY_ARGS_TO_STDOUT
@@ -331,7 +333,9 @@ networker_cr: |
331333 - neutron-metadata
332334 env:
333335 - name: ANSIBLE_CALLBACKS_ENABLED
334- value: "ansible.posix.profile_tasks,yaml"
336+ value: "ansible.posix.profile_tasks"
337+ - name: ANSIBLE_CALLBACK_RESULT_FORMAT
338+ value: "yaml"
335339 - name: ANSIBLE_FORCE_COLOR
336340 value: "True"
337341 - name: ANSIBLE_DISPLAY_ARGS_TO_STDOUT
You can’t perform that action at this time.
0 commit comments