mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Modified modules to use new tower_api format
Fixed variable name typo
This commit is contained in:
committed by
beeankha
parent
6d90cac3f9
commit
c23d605a7a
@@ -109,7 +109,7 @@ def main():
|
||||
}
|
||||
|
||||
if state == 'absent':
|
||||
# If the state was absent we can let the module to delete it if needed, the module will handle exiting from this
|
||||
# If the state was absent we can let the module delete it if needed, the module will handle exiting from this
|
||||
module.delete_if_needed(team)
|
||||
elif state == 'present':
|
||||
# If the state was present we can let the module build or update the existing team, this will return on its own
|
||||
|
||||
Reference in New Issue
Block a user