Merge "Enable recursion in combine() filter"
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.