Skip to content
Snippets Groups Projects
Commit 02333cad authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix with borgbackup

parent 9e49ed06
No related branches found
No related tags found
No related merge requests found
......@@ -48,10 +48,10 @@
vars:
application: docker
application_id: '{{ app.id }}'
application_remote_repo: 'ya0459m8@ya0459m8.repo.borgbase.com:repo'
application_remote_repo: '{{ app.borgrepo }}'
application_root: '{{ appdir }}'
application_backup_source: '{{ appdir }}/dbbackup'
when: app.dbimage is defined
when: app.dbimage is defined and app.borgrepo is defined
- name: Docker compose file
template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment