Merge pull request #370 from rjeffman/fix_vault_readme

Fix invalid return value from vault module in README.md.
This commit is contained in:
Sergio Oliveira
2020-08-26 09:21:46 -03:00
committed by GitHub

View File

@@ -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`.