mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
6 lines
98 B
Python
6 lines
98 B
Python
from django.conf import settings
|
|
|
|
|
|
def get_local_queuename():
|
|
return settings.CLUSTER_HOST_ID
|