mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
Further module conversion changes, unit test changes
Multiple module changes Added on_change callback Added head_endpoint Added additional error returns Respond with a try an ID message if multiple assets found by name via return_none_on_404 kwarg Diferentiated between login and logout token errors Added is_job_done method
This commit is contained in:
@@ -103,7 +103,7 @@ def main():
|
||||
|
||||
# Create data to sent to create and update
|
||||
team_fields = {
|
||||
'name': name,
|
||||
'name': new_name if new_name else name,
|
||||
'description': description,
|
||||
'organization': org_id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user