DCD-386: Add backup wrapper and some fixes.

This commit is contained in:
Steve Smith
2019-06-05 13:03:59 +10:00
parent 65886363a4
commit 76db370513
3 changed files with 22 additions and 1 deletions

View File

@@ -12,3 +12,9 @@
src: "bitbucket.diy-backup.vars.sh.j2"
dest: "{{ atl_diy_backup_dir }}/bitbucket.diy-backup.vars.sh"
mode: 0640
- name: Install backup wrapper script
template:
src: "run-backup.j2"
dest: "{{ atl_installation_base }}/bin/run-backup"
mode: 0750