From 41e2a4d355a83469d61c1f53681bd28b9af6a325 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 29 Apr 2021 23:07:44 +0200 Subject: [PATCH] Fix wrong vars in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 433038e..2e732d3 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ 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.11.0'` | The version of Restic to install | +| `restic_version` | `'0.12.0'` | 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` | `'~/restic'` | Location of the generated backup scripts | +| `restic_script_dir` | `'/opt/restic'` | Location of the generated backup scripts | | `restic_log_dir` | `'{{ restic_script_dir }}/log'` | Location of the logs of the backup scripts | | `restic_repos` | `{}` | A dictionary of repositories where snapshots are stored | | `restic_backups` | `{}` (or `[]`) | A list of dictionaries specifying the files and directories to be backed up | @@ -189,4 +189,3 @@ none ## License This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text. -