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

ansible-playbooks/general#85 Fix some complex when statements

parent bca260d2
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
tags:
- ApacheConfig
when: not excluded_roles or "letsencrypt" not in excluded_roles and groups.proxyserver is not defined
when: (not excluded_roles or "letsencrypt" not in excluded_roles) and groups.proxyserver is not defined
- block:
- name: Install matomo
......
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