diff options
Diffstat (limited to 'lib/ansible/modules/cloud/cloudstack/cs_sshkeypair.py')
-rw-r--r-- | lib/ansible/modules/cloud/cloudstack/cs_sshkeypair.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/ansible/modules/cloud/cloudstack/cs_sshkeypair.py b/lib/ansible/modules/cloud/cloudstack/cs_sshkeypair.py index 0c4c187fda..e0ca534930 100644 --- a/lib/ansible/modules/cloud/cloudstack/cs_sshkeypair.py +++ b/lib/ansible/modules/cloud/cloudstack/cs_sshkeypair.py @@ -41,29 +41,20 @@ options: domain: description: - Domain the public key is related to. - required: false - default: null account: description: - Account the public key is related to. - required: false - default: null project: description: - Name of the project the public key to be registered in. - required: false - default: null state: description: - State of the public key. - required: false default: 'present' choices: [ 'present', 'absent' ] public_key: description: - String of the public key. - required: false - default: null extends_documentation_fragment: cloudstack ''' |