summaryrefslogtreecommitdiff
path: root/roles/apache_server/tasks/main.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-19 11:59:45 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-19 11:59:45 +0300
commit26240e96ee8aca4781cc739d9c9ec7e4e4512a50 (patch)
tree95846afba6c48b8c91303bb541d4acb9af803efa /roles/apache_server/tasks/main.yml
parent2c6ae97402f1e1437fb539a22c09d45a9e8deddb (diff)
downloaddebian-ansible-26240e96ee8aca4781cc739d9c9ec7e4e4512a50.tar.gz
Fix: add newline to end of /etc/cron.d/deploy_static_site_certs
Diffstat (limited to 'roles/apache_server/tasks/main.yml')
-rw-r--r--roles/apache_server/tasks/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/apache_server/tasks/main.yml b/roles/apache_server/tasks/main.yml
index 67f9449..681976d 100644
--- a/roles/apache_server/tasks/main.yml
+++ b/roles/apache_server/tasks/main.yml
@@ -44,7 +44,8 @@
- name: "run deploy_static_site_certs from cron"
copy:
- content: "0 0 * * * root chronic /usr/local/sbin/deploy_static_site_certs"
+ content: |
+ 0 0 * * * root chronic /usr/local/sbin/deploy_static_site_certs
dest: /etc/cron.d/deploy_static_site_certs
owner: root
group: root