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

Don't install letsencrypt certificates if we operate behind a proxy

parent ea29e46f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
- domains
when: item.1.protocol|default("https") == "https" and item.1.letsencrypt|default(true)
when: '"letsencrypt" not in excluded_roles'
when: '"letsencrypt" not in excluded_roles and groups.proxyserver is not defined'
- block:
- name: "Install Drupal"
......
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