mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix EC2 example variable naming mismatch (#42048)
Fix EC2 example where variable name mismatched usage. +label: docsite_pr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user