Remove FEATURE_POLICY_AS_CODE_ENABLED flag (#16006)

* remove FEATURE_POLICY_AS_CODE_ENABLED flag

* rename to OpaQueryPathMixin

* add OpaQueryPath docs to awx collection

* bypass test for awx collection
This commit is contained in:
Jiří Jeřábek (Jiri Jerabek)
2025-06-03 14:52:16 +02:00
committed by GitHub
parent d7ca19f9f0
commit 222f387d65
6 changed files with 117 additions and 133 deletions

View File

@@ -93,6 +93,9 @@ needs_development = ['inventory_script', 'instance']
needs_param_development = {
'host': ['instance_id'],
'workflow_approval': ['description', 'execution_environment'],
'inventory': ['opa_query_path'],
'job_template': ['opa_query_path'],
'organization': ['opa_query_path'],
}
# -----------------------------------------------------------------------------------------------------------