Skip to content

Commit

Permalink
Add quotes so that the : doesn't result in the string being converted…
Browse files Browse the repository at this point in the history
… to a dict
  • Loading branch information
tremble committed Jul 20, 2020
1 parent a286493 commit 03af6d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/doc_fragments/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ class ModuleDocFragment(object):
aliases: [ aws_security_token, access_token ]
aws_ca_bundle:
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.
- "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:
Expand Down

0 comments on commit 03af6d1

Please sign in to comment.