bundles/letsencrypt: do not try to do authorizations without a webserver

This commit is contained in:
Franzi 2020-10-31 10:11:58 +01:00
parent 76fe68a3d1
commit 9cc5c07466
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -10,6 +10,7 @@ actions = {
'triggered': True,
'needs': {
'pkg_apt:dehydrated',
'pkg_apt:nginx',
},
'needed_by': {
'svc_systemd:nginx',