From e96ef4e98e523f20c25777308c093ebbff272b2d Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Wed, 5 Aug 2020 15:24:15 -0300 Subject: [PATCH] Updated documentation for ipavault module in the source code. This change fixes a wrong parameter name in the documentation of RESULT_VALUES, and also provide a correct YAML snippet to ensure presence of an asymmetric vault with a formatted private key. --- plugins/modules/ipavault.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/ipavault.py b/plugins/modules/ipavault.py index 46c6fcdb..84645c73 100644 --- a/plugins/modules/ipavault.py +++ b/plugins/modules/ipavault.py @@ -267,7 +267,7 @@ EXAMPLES = """ username: user01 description: An asymmetric vault vault_type: asymmetric - public_key: + public_key: | LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlHZk1BMEdDU3FHU0liM0RRRUJBUVVBQTR HTkFEQ0JpUUtCZ1FDdGFudjRkK3ptSTZ0T3ova1RXdGowY3AxRAowUENoYy8vR0pJMTUzTi 9CN3UrN0h3SXlRVlZoNUlXZG1UcCtkWXYzd09yeVpPbzYvbHN5eFJaZ2pZRDRwQ3VGCjlxM @@ -303,7 +303,7 @@ EXAMPLES = """ """ RETURN = """ -user: +data: description: The vault data. returned: If state is retrieved. type: string