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

remove unneded escaping

parent dac26c58
Branches
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
- name: add gitlab-tar backup cronjob - name: add gitlab-tar backup cronjob
cron: cron:
name: gitlab-tar backup 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 special_time: daily
- name: add gitlab backup cleanup job - name: add gitlab backup cleanup job
cron: cron:
......
  • psy @psy

    mentioned in commit 2cf91b86

    ·

    mentioned in commit 2cf91b86

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment