From 4c35f75597196cc30127e1812cbd9eb012f3447a Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Sat, 28 Mar 2015 22:09:21 +0100 Subject: [PATCH] cloudstack_ssh: update description --- .../modules/extras/cloud/cloudstack/cloudstack_sshkey.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cloudstack_sshkey.py b/lib/ansible/modules/extras/cloud/cloudstack/cloudstack_sshkey.py index 589e278391..7e803be02e 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cloudstack_sshkey.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cloudstack_sshkey.py @@ -23,8 +23,8 @@ DOCUMENTATION = ''' module: cloudstack_sshkey short_description: Manages SSH keys on Apache CloudStack based clouds. description: - - If no public key is provided, a new ssh private/public key pair will be - created and the private key will be returned. + - If no key was found and no public key was provided and a new SSH + private/public key pair will be created and the private key will be returned. version_added: '2.0' author: René Moser options: