From f9c79ef820eb0063b6696bd40e14261f3a0617ef Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Thu, 2 Jan 2025 14:38:07 -0500 Subject: [PATCH] Fix sanity failure --- awx_collection/plugins/doc_fragments/auth_plugin.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/awx_collection/plugins/doc_fragments/auth_plugin.py b/awx_collection/plugins/doc_fragments/auth_plugin.py index 6914dfab9cec..dd1bdc88c422 100644 --- a/awx_collection/plugins/doc_fragments/auth_plugin.py +++ b/awx_collection/plugins/doc_fragments/auth_plugin.py @@ -71,7 +71,12 @@ class ModuleDocFragment(object): type: float env: - name: CONTROLLER_REQUEST_TIMEOUT - alternatives: 'AAP_REQUEST_TIMEOUT' + deprecated: + collection_name: 'awx.awx' + version: '4.0.0' + why: Support for AAP variables + alternatives: 'AAP_REQUEST_TIMEOUT' + aliases: [ aap_request_timeout ] notes: - If no I(config_file) is provided we will attempt to use the tower-cli library