From 298e7e4038f64fd9adc7359cb4ce4c2704bdefd6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 29 Jul 2023 22:53:01 +0200 Subject: [PATCH] fix doc fragments --- plugins/modules/hashivault_unseal.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/modules/hashivault_unseal.py b/plugins/modules/hashivault_unseal.py index 938d1d2..a311769 100644 --- a/plugins/modules/hashivault_unseal.py +++ b/plugins/modules/hashivault_unseal.py @@ -25,9 +25,9 @@ options: elements: str required: true author: - - ownCloud GmbH (@owncloud) + - Robert Kaussow (@xoxys) extends_documentation_fragment: - - owncloud.general.hashivault + - xoxys.general.hashivault """ EXAMPLES = """ @@ -41,10 +41,10 @@ EXAMPLES = """ url: https://vault.example.com """ -from ansible_collections.owncloud.general.plugins.module_utils.hashivault import hashivault_argspec -from ansible_collections.owncloud.general.plugins.module_utils.hashivault import hashivault_client -from ansible_collections.owncloud.general.plugins.module_utils.hashivault import hashivault_init -from ansible_collections.owncloud.general.plugins.module_utils.hashivault import hashiwrapper +from ansible_collections.xoxys.general.plugins.module_utils.hashivault import hashivault_argspec +from ansible_collections.xoxys.general.plugins.module_utils.hashivault import hashivault_client +from ansible_collections.xoxys.general.plugins.module_utils.hashivault import hashivault_init +from ansible_collections.xoxys.general.plugins.module_utils.hashivault import hashiwrapper def main():