mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
fix(restic): don't prepend collection name in same collection
This commit is contained in:
parent
740799de21
commit
a2f368452c
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
||||||
hosts: "{{ restic_hosts | default('restic') }}"
|
hosts: "{{ restic_hosts | default('restic') }}"
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- role: famedly.base.restic
|
- role: restic
|
||||||
|
|
Loading…
Reference in a new issue