mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 22:31:25 -07:00
Fix indentation in ec2.py
This commit is contained in:
parent
8a6cfa1a23
commit
13a5993a49
1 changed files with 7 additions and 7 deletions
|
@ -298,7 +298,7 @@ class Ec2Inventory(object):
|
|||
sys.exit(1)
|
||||
|
||||
def get_rds_instances_by_region(self, region):
|
||||
''' Makes an AWS API call to the list of RDS instances in a particular
|
||||
''' Makes an AWS API call to the list of RDS instances in a particular
|
||||
region '''
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue