Fix syntax error
This commit is contained in:
parent
0e5942d7e7
commit
9d0c8b0507
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ def main():
|
|||
module.fail_json(msg='Could not find security group %s' %
|
||||
security_group)
|
||||
|
||||
rule = _find_matching_rule(module, secgroup):
|
||||
rule = _find_matching_rule(module, secgroup)
|
||||
if not rule:
|
||||
rule = cloud.create_security_group_rule(
|
||||
secgroup['id'],
|
||||
|
|
Loading…
Reference in a new issue