Skip to content
Snippets Groups Projects
Commit 41a3a2a1 authored by jurgenhaas's avatar jurgenhaas
Browse files

Improve handling of limit_site argument

parent 2d5e4cd2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
with_items: '{{ matomo_settings|default([]) }}'
loop_control:
loop_var: matomo
when: limit_site is not defined or matomo.id is not defined or limit_site == matomo.id
when: limit_site is not defined or limit_site == 'False' 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