fix doc fragments
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2023-07-29 22:53:01 +02:00
parent 6e3df77232
commit 298e7e4038
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 6 additions and 6 deletions

View File

@ -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():