From ef008b3a5287969f77299e412824a56a665b5a2d Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 20 Feb 2023 02:32:42 +0100 Subject: [PATCH] increase to restic 1.15.1 --- README.md | 2 +- defaults/main.yml | 2 +- vars/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f09e1c..af80363 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ ansible-galaxy install do1jlr.restic | Name | Default | Description | | ---------------------- | ----------------------------------- | --------------------------------------------------------------------------- | | `restic_url` | `undefined` | The URL to download restic from. Use this variable to overwrite the default | -| `restic_version` | `'0.12.1'` | The version of Restic to install | +| `restic_version` | `'0.15.1'` | The version of Restic to install | | `restic_download_path` | `'/opt/restic'` | Download location for the restic binary | | `restic_install_path` | `'/usr/local/bin'` | Install location for the restic binary | | `restic_script_dir` | `'/opt/restic'` | Location of the generated backup scripts | diff --git a/defaults/main.yml b/defaults/main.yml index 86e0f52..c4fbd2b 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ --- restic_url: '{{ restic_url_default }}' -restic_version: '0.12.1' +restic_version: '0.15.1' restic_download_path: '/opt/restic' restic_install_path: '/usr/local/bin' restic_script_dir: '/opt/restic' diff --git a/vars/main.yml b/vars/main.yml index 5f7a681..bc6d953 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -10,5 +10,5 @@ restic_os_variables: paths: - 'vars' -playbook_version_number: 26 # should be int +playbook_version_number: 27 # should be int playbook_version_path: 'do1jlr.restic.version'