mirror of
https://github.com/ansible/awx.git
synced 2026-08-03 19:40:00 -02:30
Fix migration order of operations bug
This commit is contained in:
@@ -59,7 +59,7 @@ def delete_all_custom_script_roles(apps, schema_editor):
|
||||
role.delete()
|
||||
role_ct += 1
|
||||
if role_ct:
|
||||
logger.debug('Deleted roles corresponding to custom inventory sources.')
|
||||
logger.debug('Deleted {} roles corresponding to custom inventory sources.'.format(role_ct))
|
||||
|
||||
|
||||
UNIFIED_ORG_LOOKUPS = {
|
||||
|
||||
Reference in New Issue
Block a user