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

Ignore errors when starting services as those might not be available yet, e.g....

Ignore errors when starting services as those might not be available yet, e.g. during initial installation
parent 69d502e0
Branches
No related tags found
No related merge requests found
......@@ -28,5 +28,6 @@
name='{{ item }}'
state='started'
with_items: '{{ letsencrypt_pause_services|default([]) }}'
ignore_errors: true
when: cert_definition.changed
......@@ -22,3 +22,4 @@
name='{{ item }}'
state='started'
with_items: '{{ letsencrypt_pause_services|default([]) }}'
ignore_errors: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment