mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Establish a feature flag for indirect host counting feature (#15759)
* add feature flag for indirect node counting * fix name of flag
This commit is contained in:
@@ -1061,4 +1061,4 @@ ANSIBLE_BASE_ALLOW_SINGLETON_ROLES_API = False # Do not allow creating user-def
|
|||||||
SYSTEM_USERNAME = None
|
SYSTEM_USERNAME = None
|
||||||
|
|
||||||
# feature flags
|
# feature flags
|
||||||
FLAGS = {}
|
FLAGS = {'FEATURE_INDIRECT_NODE_COUNTING_ENABLED': [{'condition': 'boolean', 'value': False}]}
|
||||||
|
|||||||
Reference in New Issue
Block a user