mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-09 21:33:31 +01:00
Merge pull request #89 from S0obi/bugfix/fix-preperation-typo
Fix preperation typo
This commit is contained in:
commit
8ae48c1caa
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