mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #9088 from mscherer/fix_8895/fix_indentation_rds
Fix indentation and bug #8895
This commit is contained in:
commit
76ecdcdeef
1 changed files with 7 additions and 7 deletions
|
@ -72,13 +72,13 @@ author: Scott Anderson
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Add or change a subnet group
|
# Add or change a subnet group
|
||||||
- local_action:
|
- local_action:
|
||||||
module: rds_subnet_group
|
module: rds_subnet_group
|
||||||
state: present
|
state: present
|
||||||
name: norwegian-blue
|
name: norwegian-blue
|
||||||
description: My Fancy Ex Parrot Subnet Group
|
description: My Fancy Ex Parrot Subnet Group
|
||||||
subnets:
|
subnets:
|
||||||
- subnet-aaaaaaaa
|
- subnet-aaaaaaaa
|
||||||
- subnet-bbbbbbbb
|
- subnet-bbbbbbbb
|
||||||
|
|
||||||
# Remove a parameter group
|
# Remove a parameter group
|
||||||
- rds_param_group: >
|
- rds_param_group: >
|
||||||
|
|
Loading…
Reference in a new issue