From c4bc6dea13eb3dcce11822394824ced4b4ec0119 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Mon, 29 Jun 2015 14:49:13 -0400 Subject: [PATCH] Add a note about the return value. --- lib/ansible/modules/cloud/openstack/os_keypair.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ansible/modules/cloud/openstack/os_keypair.py b/lib/ansible/modules/cloud/openstack/os_keypair.py index a9c2640628f..f485d7fd2fc 100644 --- a/lib/ansible/modules/cloud/openstack/os_keypair.py +++ b/lib/ansible/modules/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: