mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -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
@@ -475,7 +475,7 @@ class TowerModule(AnsibleModule):
|
||||
# If the two items don't match and we are not comparing '' to None
|
||||
if existing_field != new_field and not (existing_field in (None, '') and new_field == ''):
|
||||
# something dosent match so lets do it
|
||||
neds_update = True
|
||||
needs_update = True
|
||||
break
|
||||
|
||||
if needs_update:
|
||||
|
||||
Reference in New Issue
Block a user