add missing sudo permissions

This commit is contained in:
L3D 2021-10-13 23:35:37 +02:00
parent 3968a9b061
commit b0c24fed30
No known key found for this signature in database
GPG key ID: CD08445BFF4313D1
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'