Releases: FuzzyMistborn/ansible-role-autorestic
v0.2.3
Add a fix for Fedora and SELinux not being happy with the path.
Full Changelog: v0.2.2...v0.2.3
v0.2.2.2
v0.2.1
V 0.2.0
Breaking Change (sorta): Removes the autorestic upgrade
and restic self-update
tasks due to running into API rate limitations for unathenticated requests. Everything now flows through the GitHub API to obtain the latest version. You can include a user/personal authentication token to increase the number of requests.
Full Changelog: v0.1.3...v0.2.0
v0.1.3
Fix: remove pipefails
Fix: correct config check
v0.1.2
Fix autorestic check
command
v0.1.1
Add autorestic check
upon install. Override with autorestic_run_check: false
.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Major overhaul of install roles as well as switching autorestic
config generator to pure yaml base instead of a template.
Full Changelog: v0.0.2...v0.1.0
v0.0.2
Fixed a few bugs in the autorestic config template that would not correctly format the output.
v0.0.1
Updated initial release