Remove an extra backslash

Change-Id: Ia027a2d51ed51ece224de07ef0d45a7ee95dc485
This commit is contained in:
Monty Taylor 2020-04-24 18:04:44 -05:00
parent 1febd9a0f2
commit 77e848b237

@ -9,7 +9,7 @@
state: present
user: root
job: |
timeout -k 5 10 curl https://zuul.opendev.org/api/tenant/{{ tenant }}/status -o /var/lib/zuul/backup/{{ tenant }}_status_$(date +\\%s).json 2>/dev/null
timeout -k 5 10 curl https://zuul.opendev.org/api/tenant/{{ tenant }}/status -o /var/lib/zuul/backup/{{ tenant }}_status_$(date +\%s).json 2>/dev/null
# Rotate backups and keep no more than 120 files -- or 2 hours worth of
# backup if Zuul has 100% uptime.