From 316f5eded06195fe399dbc38c9e2c426a6330fc5 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Mon, 24 Aug 2020 12:06:14 -0300 Subject: [PATCH] Fix invalid return value from vault module in README.md. There was a duplicate table for the return values in the vault module, the invalid one was removed. --- README-vault.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README-vault.md b/README-vault.md index e7a31a2e..c5dfa6a4 100644 --- a/README-vault.md +++ b/README-vault.md @@ -244,10 +244,6 @@ ipavault There is only a return value if `state` is `retrieved`. -Variable | Description | Returned When --------- | ----------- | ------------- -`data` | The data stored in the vault. | If `state` is `retrieved`. - Variable | Description | Returned When -------- | ----------- | ------------- `vault` | Vault dict with archived data. (dict) <br>Options: | If `state` is `retrieved`. -- GitLab