Fix EC2 example variable naming mismatch (#42048)
Fix EC2 example where variable name mismatched usage. +label: docsite_pr
This commit is contained in:
parent
5ea414422b
commit
4a05b6c8ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue