From e4beeb75728c389ee0b69a1a1b220cd494fa491f Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 17 Aug 2023 14:24:04 +0100 Subject: [PATCH] Add to description of request_timeout option that awx.awx>=22.7.0 is required (#677) --- plugins/modules/controller_export_diff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/controller_export_diff.py b/plugins/modules/controller_export_diff.py index 4b60ff0f1..4150267ef 100644 --- a/plugins/modules/controller_export_diff.py +++ b/plugins/modules/controller_export_diff.py @@ -151,6 +151,7 @@ description: - Specify the timeout Ansible should use in requests to the controller host. - Defaults to 10s, but this is handled by the shared module_utils code + - This option requires awx.awx>=22.7.0 or equivalent ansible.controller collection type: float version_added: "2.6.0" controller_config_file: