start service instead of duplicating code
This commit is contained in:
parent
78fe5440a8
commit
4136f819a5
1 changed files with 1 additions and 1 deletions
|
@ -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': {
|
||||||
|
|
Loading…
Reference in a new issue