Skip to content
Snippets Groups Projects
Commit b0cf3057 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Fix loop in etherpad role

parent 625d0362
Branches
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@
- name: restart etherpad
debug:
var: item
when: item.changed
loop: etherpad_config.results
when: item.value.changed
with_dict: etherpad_config.results
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment