Fix EC2 example variable naming mismatch (#42048)

Fix EC2 example where variable name mismatched usage.

+label: docsite_pr
This commit is contained in:
Leif Madsen 2018-06-28 13:05:43 -04:00 committed by Sam Doran
parent 5ea414422b
commit 4a05b6c8ba

View file

@ -359,7 +359,7 @@ EXAMPLES = '''
hosts: localhost
gather_facts: False
vars:
key_name: my_keypair
keypair: my_keypair
instance_type: m1.small
security_group: my_securitygroup
image: my_ami_id