From a286493c3c8644978fb431e1229cc73360e37470 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Sat, 18 Jul 2020 19:58:16 +0200 Subject: [PATCH] Add a note about SSL certs and where they're read from --- plugins/doc_fragments/aws.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/doc_fragments/aws.py b/plugins/doc_fragments/aws.py index bd40d124a53..b6b9396c297 100644 --- a/plugins/doc_fragments/aws.py +++ b/plugins/doc_fragments/aws.py @@ -45,6 +45,7 @@ class ModuleDocFragment(object): description: - The location of a CA Bundle to use when validating SSL certificates. - Only used for boto3 based modules. + - Note: The CA Bundle is read 'module' side and may need to be explicitly copied from the controller if not run locally. type: path validate_certs: description: