mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-13 21:30:18 +01:00
Merge pull request #35 from roles-ansible/become
improve install permissions
This commit is contained in:
commit
cb590b6d14
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: install and verify restic binary
|
- name: install and verify restic binary
|
||||||
|
become: true
|
||||||
block:
|
block:
|
||||||
- name: Download client binary
|
- name: Download client binary
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
|
|
|
@ -10,5 +10,5 @@ restic_os_variables:
|
||||||
paths:
|
paths:
|
||||||
- 'vars'
|
- 'vars'
|
||||||
|
|
||||||
playbook_version_number: 16 # should be int
|
playbook_version_number: 17 # should be int
|
||||||
playbook_version_path: 'do1jlr.restic.version'
|
playbook_version_path: 'do1jlr.restic.version'
|
||||||
|
|
Loading…
Reference in a new issue