Prevent tenant configuration dictionary keys being mangled

This commit is contained in:
Tristan Cacqueray 2019-04-08 07:22:27 +00:00
parent 85c4e0f50a
commit 87b9158b3a

View File

@ -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