mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
remove whitespaces
This commit is contained in:
@@ -133,7 +133,7 @@ def main():
|
||||
existing_settings = module.get_endpoint('settings/all')['json']
|
||||
|
||||
# Begin a json response
|
||||
json_output = {'changed': False, 'old_values': {}, 'new_values': {} }
|
||||
json_output = {'changed': False, 'old_values': {}, 'new_values': {}}
|
||||
|
||||
# Check any of the settings to see if anything needs to be updated
|
||||
needs_update = False
|
||||
|
||||
Reference in New Issue
Block a user