mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-09 21:33:31 +01:00
add missing sudo permissions
This commit is contained in:
parent
3968a9b061
commit
b0c24fed30
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- name: install and verify restic binary
|
||||
become: true
|
||||
block:
|
||||
- name: Download client binary
|
||||
ansible.builtin.get_url:
|
||||
|
|
|
@ -10,5 +10,5 @@ restic_os_variables:
|
|||
paths:
|
||||
- 'vars'
|
||||
|
||||
playbook_version_number: 16 # should be int
|
||||
playbook_version_number: 17 # should be int
|
||||
playbook_version_path: 'do1jlr.restic.version'
|
||||
|
|
Loading…
Reference in a new issue