diff --git a/awx/main/tasks.py b/awx/main/tasks.py index fc8fd6e4cc..c47101b988 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -180,7 +180,7 @@ def apply_cluster_membership_policies(self): g.instances.append(i.obj.id) g.obj.instances.add(i.obj) i.groups.append(g.obj.id) - handle_ha_toplogy_changes() + handle_ha_toplogy_changes.apply([]) @shared_task(queue='tower_broadcast_all', bind=True, base=LogErrorsTask)