We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b42b0c7 + 5e1002b commit ea1651fCopy full SHA for ea1651f
1 file changed
tasks/supervisord.yaml
@@ -11,5 +11,5 @@
11
vars:
12
config_name: "{{ item.key }}"
13
config_path: "{{ supervisord.prefix.config }}/OAuth2Proxy{{ config_name | title }}.conf"
14
- loop: "{{ oauth2_proxy.config }}"
+ loop: "{{ oauth2_proxy.config | dict2items }}"
15
register: oauth2_proxy_template_supervisord_config_result
0 commit comments