mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix syntax error
This commit is contained in:
committed by
Matt Clay
parent
60102e36e2
commit
14212c37e2
@@ -177,7 +177,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'],
|
||||
|
||||
Reference in New Issue
Block a user