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

Add missing tags

parent 9020ba66
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,6 @@
- include_tasks: cert_generate.yml
when: cert_definition.changed
tags: 'ApacheConfig'
tags:
- 'ApacheConfig'
- 'Certs'
......@@ -38,4 +38,6 @@
with_items: '{{ letsencrypt_pause_services|default([]) }}'
ignore_errors: true
tags: 'ApacheConfig'
tags:
- 'ApacheConfig'
- 'Certs'
......@@ -26,6 +26,7 @@
with_items: '{{ letsencrypt_certificates|default([]) }}'
loop_control:
loop_var: domain
tags: 'Certs'
- import_tasks: renew.yml
when: letsencrypt_certs_available is defined and letsencrypt_certs_available.stat.exists and (proxy_active is not defined or proxy_active)
......
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