From 7df34e3203615be8f627caaffccbec4eba5ff048 Mon Sep 17 00:00:00 2001 From: Calogero Lo Leggio Date: Wed, 20 Mar 2019 12:41:52 +0100 Subject: [PATCH] bump default restic version to 0.9.4 --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40caae1..d4ddc1c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults | Name | Default Value | Description | | -------------- | ------------- | -----------------------------------| -| `restic_version` | 0.9.3 | restic package version. Also accepts latest as parameter. | +| `restic_version` | 0.9.4 | restic package version. Also accepts latest as parameter. | | `restic_user` | "root" | system user to run restic | | `restic_group` | "root" | system group to run restic | | `restic_shell` | "/bin/false" | the shell for the restic user, change this if you want to be able to su to it | diff --git a/defaults/main.yml b/defaults/main.yml index d80c332..a9b733f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -restic_version: '0.9.3' +restic_version: '0.9.4' restic_user: root restic_group: "{{ restic_user }}"