mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
Use module formatting (#33413)
This commit is contained in:
parent
c2bef76c46
commit
4d67cdd1f7
5 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ DOCUMENTATION = """
|
|||
short_description: Lookup current Ansilbe configuration values
|
||||
description:
|
||||
- Retrieves the value of an Ansible configuration setting.
|
||||
- You can use ``ansible-config list`` to see all available settings.
|
||||
- You can use C(ansible-config list) to see all available settings.
|
||||
options:
|
||||
_terms:
|
||||
description: The key(s) to look up
|
||||
|
|
|
@ -32,7 +32,7 @@ DOCUMENTATION = '''
|
|||
connect_string:
|
||||
description:
|
||||
- Can be any valid MongoDB connection string, supporting authentication, replicasets, etc.
|
||||
- "More info at https://docs.mongodb.org/manual/reference/connection-string/"
|
||||
- "More info at U(https://docs.mongodb.org/manual/reference/connection-string/)"
|
||||
default: "mongodb://localhost/"
|
||||
database:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue