Fix lookup plugins documentation (nios, conjur_variable) (#35847)
* conjur_variable lookup plugin doc: fix YAML * nios lookup plugin doc: fix a typo
This commit is contained in:
parent
ee64dbfec5
commit
a7461179cf
2 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ DOCUMENTATION = """
|
|||
version_added: "2.5"
|
||||
short_description: Fetch credentials from CyberArk Conjur.
|
||||
description:
|
||||
- Retrieves credentials from Conjur using the controlling host's Conjur identity. Conjur info: U(https://www.conjur.org/).
|
||||
- "Retrieves credentials from Conjur using the controlling host's Conjur identity. Conjur info: U(https://www.conjur.org/)."
|
||||
requirements:
|
||||
- The controlling host running Ansible has a Conjur identity. (More: U(https://developer.conjur.net/key_concepts/machine_identity.html))
|
||||
- 'The controlling host running Ansible has a Conjur identity. (More: U(https://developer.conjur.net/key_concepts/machine_identity.html))'
|
||||
options:
|
||||
_term:
|
||||
description: Variable path
|
||||
|
|
|
@ -45,7 +45,7 @@ options:
|
|||
required: False
|
||||
default: null
|
||||
extattrs:
|
||||
descrpition: a dict object that is used to filter on extattrs
|
||||
description: a dict object that is used to filter on extattrs
|
||||
required: false
|
||||
default: null
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue