From 71a7df8f123b277ad13efc7d0439f427b73bd80a Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Tue, 31 Mar 2015 11:55:39 +0200 Subject: [PATCH] cloudstack_sshkey: cleanup docs --- .../modules/extras/cloud/cloudstack/cloudstack_sshkey.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cloudstack_sshkey.py b/lib/ansible/modules/extras/cloud/cloudstack/cloudstack_sshkey.py index 4f63a9d566b..657e367fefe 100644 --- a/lib/ansible/modules/extras/cloud/cloudstack/cloudstack_sshkey.py +++ b/lib/ansible/modules/extras/cloud/cloudstack/cloudstack_sshkey.py @@ -32,27 +32,22 @@ options: description: - Name of public key. required: true - default: null - aliases: [] project: description: - Name of the project the public key to be registered in. required: false default: null - aliases: [] state: description: - State of the public key. required: false default: 'present' choices: [ 'present', 'absent' ] - aliases: [] public_key: description: - String of the public key. required: false default: null - aliases: [] ''' EXAMPLES = '''