diff --git a/tasks/tempestconf.yml b/tasks/tempestconf.yml index e77e9349..5b3e3841 100644 --- a/tasks/tempestconf.yml +++ b/tasks/tempestconf.yml @@ -25,7 +25,7 @@ - name: Override tempestconf profile copy: - content: "{{ tempest_tempestconf_profile | combine(tempest_tempestconf_profile_extras) | to_nice_yaml }}" + content: "{{ tempest_tempestconf_profile | combine(tempest_tempestconf_profile_extras, recursive=True) | to_nice_yaml }}" dest: "{{ tempest_workspace }}/etc/profile.yaml" mode: "0644"