Fix EC2 example variable naming mismatch (#42048)

Fix EC2 example where variable name mismatched usage.

+label: docsite_pr
pull/42060/head
Leif Madsen 6 years ago committed by Sam Doran
parent 5ea414422b
commit 4a05b6c8ba

@ -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

Loading…
Cancel
Save