From a7461179cf5214a1846d47d6e2c3289f5cd3e230 Mon Sep 17 00:00:00 2001 From: Pilou Date: Wed, 7 Feb 2018 22:14:51 +0100 Subject: [PATCH] Fix lookup plugins documentation (nios, conjur_variable) (#35847) * conjur_variable lookup plugin doc: fix YAML * nios lookup plugin doc: fix a typo --- lib/ansible/plugins/lookup/conjur_variable.py | 4 ++-- lib/ansible/plugins/lookup/nios.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/plugins/lookup/conjur_variable.py b/lib/ansible/plugins/lookup/conjur_variable.py index 61830afd406..02931a801a2 100644 --- a/lib/ansible/plugins/lookup/conjur_variable.py +++ b/lib/ansible/plugins/lookup/conjur_variable.py @@ -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 diff --git a/lib/ansible/plugins/lookup/nios.py b/lib/ansible/plugins/lookup/nios.py index 761ff8c4080..31e5865f28f 100644 --- a/lib/ansible/plugins/lookup/nios.py +++ b/lib/ansible/plugins/lookup/nios.py @@ -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 """