summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shrewsbury <shrewsbury.dave@gmail.com>2015-06-29 14:49:13 -0400
committerDavid Shrewsbury <shrewsbury.dave@gmail.com>2015-06-29 14:49:13 -0400
commite6fc129013b0dfd2873fad648a867cc87dc76cc6 (patch)
tree9dd90d2a4aa56078de2ea8e074f50d22a994e833
parentbed420cd531c30c0865bf331c74035494b612a1e (diff)
downloadansible-modules-core-e6fc129013b0dfd2873fad648a867cc87dc76cc6.tar.gz
Add a note about the return value.
-rw-r--r--cloud/openstack/os_keypair.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cloud/openstack/os_keypair.py b/cloud/openstack/os_keypair.py
index a9c26406..f485d7fd 100644
--- a/cloud/openstack/os_keypair.py
+++ b/cloud/openstack/os_keypair.py
@@ -33,6 +33,10 @@ extends_documentation_fragment: openstack
version_added: "2.0"
description:
- Add or Remove key pair from OpenStack
+notes:
+ - The module returns a dictionary describing the keypair, with
+ keys including: id, name, public_key. A private_key entry may
+ also be included if a keypair was generated for you.
options:
name:
description: