From 8a64f98a484929c0f8a87b1180cf7ed4011253f6 Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Mon, 12 Aug 2019 17:14:33 +0200 Subject: [PATCH] fix tables --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f626b4..f9df14e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ official [documentation](https://restic.readthedocs.io/en/stable/030_preparing_a > the scope of this role. Available variables: + | Name | Required | Description | | ---------- |:--------:| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `location` | yes | The location of the Backend. Currently, [Local](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#local) and [SFTP](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#sftp) are supported | @@ -62,6 +63,7 @@ A backup specifies a directory or file to be backuped. A backup is written to a Repository defined in `restic_repos`. Available variables: + | Name | Required | Description | | ---------------- |:-----------------------------:| ----------------------------------------------------------------------------------------------------------------------- | | `name` | yes | The name of this backup. Used together with pruning and needs to be unique. |