start service instead of duplicating code

This commit is contained in:
CroneKorkN 2025-07-13 13:10:19 +02:00
parent 78fe5440a8
commit 4136f819a5
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -42,7 +42,7 @@ files = {
} }
actions['letsencrypt_update_certificates'] = { actions['letsencrypt_update_certificates'] = {
'command': 'dehydrated --cron --accept-terms --challenge dns-01', 'command': 'systemctl start letsencrypt.service',
'triggered': True, 'triggered': True,
'skip': delegated, 'skip': delegated,
'needs': { 'needs': {