mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Fix proper indent to instance module
Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
@@ -130,8 +130,8 @@ def main():
|
||||
if peers:
|
||||
for p in peers:
|
||||
if not p.isdigit():
|
||||
p_id = module.get_one('receptor_addresses', allow_none=False, data={'address': p})
|
||||
peers_ids.append(p_id['id'])
|
||||
p_id = module.get_one('receptor_addresses', allow_none=False, data={'address': p})
|
||||
peers_ids.append(p_id['id'])
|
||||
else:
|
||||
peers_ids.append(p)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user