From 567044b1abf9e0aae9c9d9d947bfceee4f4952c7 Mon Sep 17 00:00:00 2001 From: Darshaka Pathirana Date: Thu, 20 Dec 2018 16:06:39 +0100 Subject: [PATCH] bump default restic version to 0.9.3 (#41) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56091e7..40caae1 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.2 | restic package version. Also accepts latest as parameter. | +| `restic_version` | 0.9.3 | 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 |