From 1b6c55473c2f1015965a8e3cf2a9df56bb8c7851 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 3 Aug 2021 22:04:20 +0200 Subject: [PATCH] New restic version 0.12.1 Restic release [0.12.1](https://github.com/restic/restic/releases/tag/v0.12.1) is available \o/ --- 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 6dd055e..5af6019 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ ansible-galaxy install arillso.restic | Name | Default | Description | | ---------------------- | ----------------------------------- | --------------------------------------------------------------------------- | | `restic_url` | `undefined` | The URL to download restic from. Use this variable to overwrite the default | -| `restic_version` | `'0.12.0'` | The version of Restic to install | +| `restic_version` | `'0.12.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 dd6e5a0..da22a99 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,7 +1,7 @@ --- # defaults file for skeleton restic_url: '{{ restic_url_default }}' -restic_version: '0.12.0' +restic_version: '0.12.1' restic_download_path: '/opt/restic' restic_install_path: '/usr/bin' restic_script_dir: '/opt/restic' diff --git a/vars/main.yml b/vars/main.yml index 45e177f..98e0544 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -10,5 +10,5 @@ restic_os_variables: paths: - 'vars' -playbook_version_number: 14 # should be int +playbook_version_number: 15 # should be int playbook_version_path: 'do1jlr.restic.version'