From d8125f477713b8937017a0a1047e9717d984ea45 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Jan 2021 22:22:28 +0100 Subject: [PATCH] Document bug and show more optional arguments --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f361ae..8e13eb9 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,16 @@ It is possible to have the driver manage volumes during the test run. You can add the following stanza to your Molecule configuration to have Molecule create this volume for the managed VPS. This volume will be cleaned up -after use. +after use (**Please note**: there is a bug raised against clean-up right now, +see [#24](https://github.com/ansible-community/molecule-hetznercloud/issues/24) +for more). ```yaml volumes: - name: "molecule-hetznercloud-volume-1-${INSTANCE_UUID}" + location: /foo/bar - name: "molecule-hetznercloud-volume-2-${INSTANCE_UUID}" + size: 20 ``` Supported keys are: