mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
Rename managed_by_tower to managed
This commit is contained in:
committed by
Shane McDonald
parent
6db4732bf3
commit
06b04007a0
@@ -107,7 +107,7 @@ def main():
|
||||
|
||||
# These will be passed into the create/updates
|
||||
credential_type_params = {
|
||||
'managed_by_tower': False,
|
||||
'managed': False,
|
||||
}
|
||||
if kind:
|
||||
credential_type_params['kind'] = kind
|
||||
|
||||
Reference in New Issue
Block a user