mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add a note about the return value.
This commit is contained in:
parent
b43db1d2ff
commit
c4bc6dea13
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ extends_documentation_fragment: openstack
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
description:
|
description:
|
||||||
- Add or Remove key pair from OpenStack
|
- 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:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue