mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
correct name in documentation and example
This commit is contained in:
@@ -30,7 +30,7 @@ options:
|
||||
- register or deregister the instance
|
||||
required: true
|
||||
choices: ['present', 'absent']
|
||||
group:
|
||||
name:
|
||||
description:
|
||||
- Unique name for group to be created or deleted
|
||||
required: true
|
||||
@@ -75,7 +75,7 @@ options:
|
||||
|
||||
EXAMPLES = '''
|
||||
- ec2_asg: >
|
||||
group_name: special
|
||||
name: special
|
||||
load_balancers: 'lb1,lb2'
|
||||
availability_zones: 'eu-west-1a,eu-west-1b'
|
||||
launch_config_name: 'lc-1'
|
||||
|
||||
Reference in New Issue
Block a user