mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-08 12:53:30 +01:00
Fix preperation typo
This commit is contained in:
parent
f22b671d34
commit
ce8ab66454
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
when: submodules_versioncheck | bool
|
||||
|
||||
- name: Make sure restic is available
|
||||
ansible.builtin.include_tasks: 'preperation.yml'
|
||||
ansible.builtin.include_tasks: 'preparation.yml'
|
||||
|
||||
- name: Make sure restic is installed
|
||||
ansible.builtin.include_tasks: 'install.yml'
|
||||
|
|
Loading…
Reference in a new issue