Skip to content
Snippets Groups Projects
Commit 742a5240 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Change remaining false to no

parent 8b817470
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
with_items: '{{ matomo_settings|default([]) }}'
loop_control:
loop_var: matomo
when: limit_site is not defined or limit_site == 'False' or matomo.id is not defined or limit_site == matomo.id
when: limit_site is not defined or limit_site == 'no' or matomo.id is not defined or limit_site == matomo.id
tags:
- ApacheConfig
- deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment