mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -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:
parent
c43dfde45a
commit
4eed454ed7
@ -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}]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user