From 770be0ef4ba632e596b150334d71921c6463615e Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Thu, 24 Sep 2020 22:53:53 -0400 Subject: [PATCH] fixed line too long (yamllint) for cron.yml --- ansible/roles/http/tasks/cron.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/roles/http/tasks/cron.yml b/ansible/roles/http/tasks/cron.yml index 7295af1..9ca7831 100644 --- a/ansible/roles/http/tasks/cron.yml +++ b/ansible/roles/http/tasks/cron.yml @@ -5,5 +5,6 @@ name: certbot_renew special_time: weekly job: | - certbot renew --pre-hook "systemctl stop nginx" --post-hook "systemctl start nginx" + certbot renew --pre-hook "systemctl stop nginx" \ + --post-hook "systemctl start nginx" tags: cron