From e97d2e7ed151e2633d5cd149d4a7e3b0e3151d41 Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 23 Aug 2018 15:20:33 +0200 Subject: [PATCH] including missing environment variable in shared documentation fragement, related to issue #44163 --- lib/ansible/utils/module_docs_fragments/opennebula.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/utils/module_docs_fragments/opennebula.py b/lib/ansible/utils/module_docs_fragments/opennebula.py index 6b6e7c03149..233d036a78a 100644 --- a/lib/ansible/utils/module_docs_fragments/opennebula.py +++ b/lib/ansible/utils/module_docs_fragments/opennebula.py @@ -21,6 +21,7 @@ options: api_password: description: - The password or token for XMLRPC authentication. + If not specified then the value of the ONE_PASSWORD environment variable, if any, is used. aliases: - api_token validate_certs: