Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

- name: Install restic and configure restic repository
include_role:
name: vendor/coopdevs.ansible_restic
name: coopdevs.ansible_restic
vars:
restic_version: "{{ backups_role_restic_version }}"
restic_user: "{{ backups_role_user_name }}"
Expand Down
2 changes: 1 addition & 1 deletion tasks/restore-to-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

- name: Render script template that wraps restic with credentials
template:
src: '../vendor/coopdevs.ansible_restic/templates/restic.helper.j2'
src: 'coopdevs.ansible_restic/templates/restic.helper.j2'
dest: "{{ work_path }}/restic-{{ backups_role_restic_repo_name }}"
mode: '0750'
no_log: true
Expand Down