Commit ae70a4ce by John Eskew

Log GoCD backup cron output to syslog.

parent d4b9133f
...@@ -53,5 +53,5 @@ ...@@ -53,5 +53,5 @@
cron: cron:
name: "gocd backup" name: "gocd backup"
minute: 0 minute: 0
hour: 2 hour: 3
job: "{{ GO_SERVER_BACKUP_CRON_SCRIPT_LOCATION }}" job: "{{ GO_SERVER_BACKUP_CRON_SCRIPT_LOCATION }} 2>&1 | /usr/bin/logger -t gocd_backup"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment