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"
|
version_added: "2.5"
|
||||||
short_description: Fetch credentials from CyberArk Conjur.
|
short_description: Fetch credentials from CyberArk Conjur.
|
||||||
description:
|
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:
|
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:
|
options:
|
||||||
_term:
|
_term:
|
||||||
description: Variable path
|
description: Variable path
|
||||||
|
|
|
@ -45,7 +45,7 @@ options:
|
||||||
required: False
|
required: False
|
||||||
default: null
|
default: null
|
||||||
extattrs:
|
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
|
required: false
|
||||||
default: null
|
default: null
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue