mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
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
|
hosts: localhost
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
vars:
|
vars:
|
||||||
key_name: my_keypair
|
keypair: my_keypair
|
||||||
instance_type: m1.small
|
instance_type: m1.small
|
||||||
security_group: my_securitygroup
|
security_group: my_securitygroup
|
||||||
image: my_ami_id
|
image: my_ami_id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue