Prevent tenant configuration dictionary keys being mangled
This commit is contained in:
parent
85c4e0f50a
commit
87b9158b3a
@ -112,7 +112,7 @@
|
||||
{% endfor %}
|
||||
|
||||
"main.yaml": |
|
||||
{{ tenants|to_yaml }}
|
||||
{{ tenants|to_yaml|regex_replace('(config|untrusted)_projects:', '\1-projects:') }}
|
||||
register: scheduler_config
|
||||
|
||||
- name: Register if tenant config changed
|
||||
|
Loading…
Reference in New Issue
Block a user