From 01afe12cba4c554452d0836fd8203b2947dab79d Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Fri, 21 Apr 2017 12:01:51 +0530 Subject: [PATCH] Add doc for display argument of junos_command (#23804) --- lib/ansible/modules/network/junos/junos_command.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/ansible/modules/network/junos/junos_command.py b/lib/ansible/modules/network/junos/junos_command.py index b94e8fead0a..651374c9fce 100644 --- a/lib/ansible/modules/network/junos/junos_command.py +++ b/lib/ansible/modules/network/junos/junos_command.py @@ -90,6 +90,16 @@ options: trying the command again. required: false default: 1 + display: + description: + - Encoding scheme to use when serializing output from the device. + This handles how to properly understand the output and apply the + conditionals path to the result set. + required: false + default: 'text' + aliases: ['format', 'output'] + choices: ['text', 'json', 'xml'] + version_added: "2.3" """ EXAMPLES = """