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

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

parent 9bbca18d
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
loop_var: domain
when: discourse_protocol|default("https") == "https" and discourse_letsencrypt|default(true)
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment