From 8245441b2e378afe29b1b66e9a563c99a984b026 Mon Sep 17 00:00:00 2001 From: Milan Ilic <35260522+ilicmilan@users.noreply.github.com> Date: Wed, 7 Nov 2018 09:17:15 +0100 Subject: [PATCH] Minor fix in one_vm documentation (#48288) --- lib/ansible/modules/cloud/opennebula/one_vm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/opennebula/one_vm.py b/lib/ansible/modules/cloud/opennebula/one_vm.py index c4bb906c80..a973496510 100644 --- a/lib/ansible/modules/cloud/opennebula/one_vm.py +++ b/lib/ansible/modules/cloud/opennebula/one_vm.py @@ -51,6 +51,7 @@ options: api_password: description: - Password of the user to login into OpenNebula RPC server. If not set + - then the value of the C(ONE_PASSWORD) environment variable is used. template_name: description: - Name of VM template to use to create a new instace