This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fixes for installation and custom user handling (#23)
First change introduces `restic_version` for handling file name in `/tmp/`. This will allow upgrades and downgrades of `restic` client in environments that are not constantly restarting/reloading/cleaning up (Ansible Tower in our case). Second change enforces `restic_user` variable on the installed `restic` client. I think this actually wouldn't work should you specify any different user in the variable as there's '0750' mode on the file, which would lack the executable bit for the group (that was set properly via `restic_group`).
- Loading branch information