Added more explanation to keypair. (#52766)

* Added more explanation to keypair. 

<!--- Your description here -->

+label: docsite_pr

* Update ec2.py

* Update ec2.py
This commit is contained in:
Ahmed Hassan 2019-08-27 12:25:52 -04:00 committed by Matt Martz
parent 36b7baca4d
commit b47988a8a4

View file

@ -29,7 +29,8 @@ version_added: "0.9"
options:
key_name:
description:
- Key pair to use on the instance.
- key pair to use on the instance. The SSH key must exist on AWS in order to use this argument. If you want to generate keys from Ansible,
take a look at `ec2_key` module.
aliases: ['keypair']
type: str
id: