diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c846b5..dbc5889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +- Update restic version to latest (v0.16.4) + See [#46](https://github.com/coopdevs/backups_role/pull/46) - Fix coopdevs.restic-role version [See] diff --git a/README.md b/README.md index 4f5a636..dda952e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Role Variables -------------- ```yaml # Restic version -backups_role_restic_version: '0.9.3' +backups_role_restic_version: '0.16.4' # Location of the scripts backups_role_path: '/opt/backup' diff --git a/defaults/main.yml b/defaults/main.yml index 1a5a3cc..e66bd53 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -backups_role_restic_version: '0.9.3' +backups_role_restic_version: '0.16.4' backups_role_path: '/opt/backup' backups_role_script_dir: "{{ backups_role_path }}/bin" backups_role_script_path: "{{ backups_role_script_dir }}/backup.sh"