Skip to content
Snippets Groups Projects
Verified Commit 2cf91b86 authored by psy's avatar psy
Browse files

Revert "remove unneded escaping"

This reverts commit e2ec443a.
parent e2ec443a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
- name: add gitlab-tar backup cronjob
cron:
name: gitlab-tar backup
job: 'umask 0077; /bin/tar -czf {{ gitlab.backup.path }}/$(date "+etc-gitlab-%s.tgz") -C / etc/gitlab'
job: 'umask 0077; /bin/tar -czf {{ gitlab.backup.path }}/$(date "+etc-gitlab-\%s.tgz") -C / etc/gitlab'
special_time: daily
- name: add gitlab backup cleanup job
cron:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment