ansible_fixes Fixed cronjob formatting (multiline yaml)

This commit is contained in:
Bastian de Byl
2020-10-02 22:31:32 -04:00
parent 55617d4c67
commit 354a862420

View File

@@ -4,7 +4,7 @@
cron: cron:
name: certbot_renew name: certbot_renew
special_time: weekly special_time: weekly
job: | job: >-
certbot renew --pre-hook "systemctl stop nginx" \ certbot renew --pre-hook "systemctl stop nginx"
--post-hook "systemctl start nginx" --post-hook "systemctl start nginx"
tags: cron tags: cron