Skip to content

Commit 65f2af0

Browse files
committed
Use current apps for permission migration
1 parent 72c3642 commit 65f2af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible_base/rbac/management/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def create_dab_permissions(app_config, verbosity=2, interactive=True, using=DEFA
4747
# Uncommon case, code logic is using a replica database or something, unlikely to be relevant
4848
return
4949

50-
sync_dab_permissions(verbosity=verbosity, using=using, apps=global_apps)
50+
sync_dab_permissions(verbosity=verbosity, using=using, apps=apps)
5151

5252

5353
def is_safe_identifier(name: str) -> bool:

0 commit comments

Comments
 (0)