From cd8632dd7f344cfa9104687daa7015bb8baafbae Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 22 Dec 2017 09:58:55 +0000 Subject: [PATCH] Specify default (#34186) --- lib/ansible/modules/network/nso/nso_show.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nso/nso_show.py b/lib/ansible/modules/network/nso/nso_show.py index 5eb24f63af7..994d3cd5515 100644 --- a/lib/ansible/modules/network/nso/nso_show.py +++ b/lib/ansible/modules/network/nso/nso_show.py @@ -45,7 +45,9 @@ options: required: true operational: description: > - Controls wheter or not operational data is included in the result. + Controls whether or not operational data is included in the result. + type: bool + default: false version_added: "2.5" '''