From b482857fd31d3de39f50e74064fb6a4acbfe583c Mon Sep 17 00:00:00 2001 From: Geri Jennings Date: Tue, 28 Jan 2020 13:15:12 -0500 Subject: [PATCH] Update conjur_variable.py (#66763) Update the link in the Conjur documentation to point to the correct current URL for information on Conjur machine identity. --- lib/ansible/plugins/lookup/conjur_variable.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/plugins/lookup/conjur_variable.py b/lib/ansible/plugins/lookup/conjur_variable.py index 26a488effba..774a58f1a50 100644 --- a/lib/ansible/plugins/lookup/conjur_variable.py +++ b/lib/ansible/plugins/lookup/conjur_variable.py @@ -15,7 +15,8 @@ DOCUMENTATION = """ description: - "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://docs.conjur.org/Latest/en/Content/Get%20Started/key_concepts/machine_identity.html))' options: _term: description: Variable path