Merge "Enable recursion in combine() filter"

This commit is contained in:
Zuul
2022年01月12日 18:47:39 +00:00
committed by Gerrit Code Review

View File

@@ -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
openstack/openstack-ansible-os_tempest
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.

The note is not visible to the blocked user.