Merge pull request #35 from roles-ansible/become

improve install permissions
This commit is contained in:
L3D 2021-10-13 23:39:23 +02:00 committed by GitHub
commit cb590b6d14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
---
- name: install and verify restic binary
become: true
block:
- name: Download client binary
ansible.builtin.get_url:

View file

@ -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'