Skip to content

Commit ea1651f

Browse files
Merge pull request #9 from punktDe/bugfix-conditional
Add missing dict2items
2 parents b42b0c7 + 5e1002b commit ea1651f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/supervisord.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
vars:
1212
config_name: "{{ item.key }}"
1313
config_path: "{{ supervisord.prefix.config }}/OAuth2Proxy{{ config_name | title }}.conf"
14-
loop: "{{ oauth2_proxy.config }}"
14+
loop: "{{ oauth2_proxy.config | dict2items }}"
1515
register: oauth2_proxy_template_supervisord_config_result

0 commit comments

Comments
 (0)