From 88659dcba4dc5823d32523766c66223a70780304 Mon Sep 17 00:00:00 2001 From: Joakim Israelsson Date: Tue, 21 Aug 2018 18:21:25 +0200 Subject: [PATCH] Documentation fix, decrypt is True by default (#44435) --- lib/ansible/plugins/lookup/aws_ssm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/lookup/aws_ssm.py b/lib/ansible/plugins/lookup/aws_ssm.py index fe4bd1d8b5..0e85a26fc9 100644 --- a/lib/ansible/plugins/lookup/aws_ssm.py +++ b/lib/ansible/plugins/lookup/aws_ssm.py @@ -40,7 +40,7 @@ description: options: decrypt: description: A boolean to indicate whether to decrypt the parameter. - default: false + default: true type: boolean bypath: description: A boolean to indicate whether the parameter is provided as a hierarchy.