ansible_fixes Fixed cronjob formatting (multiline yaml)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
cron:
|
||||
name: certbot_renew
|
||||
special_time: weekly
|
||||
job: |
|
||||
certbot renew --pre-hook "systemctl stop nginx" \
|
||||
--post-hook "systemctl start nginx"
|
||||
job: >-
|
||||
certbot renew --pre-hook "systemctl stop nginx"
|
||||
--post-hook "systemctl start nginx"
|
||||
tags: cron
|
||||
|
||||
Reference in New Issue
Block a user