mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03: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
|
||||
|
||||
# feature flags
|
||||
FLAGS = {}
|
||||
FLAGS = {'FEATURE_INDIRECT_NODE_COUNTING_ENABLED': [{'condition': 'boolean', 'value': False}]}
|
||||
|
||||
Reference in New Issue
Block a user