Commit dc31585f by Michael Scherer

Fix indentation and bug #8895

parent 1bae4e4d
...@@ -72,13 +72,13 @@ author: Scott Anderson ...@@ -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: >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment