From 44121352fed7e6bf76ad6162926e6887290d92d2 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Tue, 30 May 2017 22:37:48 +0530 Subject: [PATCH] Update requirements in junos module docs (#25154) Fixes #24975 Update requirements section in junos module docs --- lib/ansible/modules/network/junos/_junos_template.py | 2 -- lib/ansible/modules/network/junos/junos_command.py | 2 ++ lib/ansible/modules/network/junos/junos_config.py | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/network/junos/_junos_template.py b/lib/ansible/modules/network/junos/_junos_template.py index a0a650a066..9f01d5e496 100644 --- a/lib/ansible/modules/network/junos/_junos_template.py +++ b/lib/ansible/modules/network/junos/_junos_template.py @@ -87,8 +87,6 @@ options: required: false default: null choices: ['text', 'xml', 'set'] -requirements: - - junos-eznc notes: - This module requires the netconf system service be enabled on the remote device being managed diff --git a/lib/ansible/modules/network/junos/junos_command.py b/lib/ansible/modules/network/junos/junos_command.py index 0df34faeea..7e75b1d7f3 100644 --- a/lib/ansible/modules/network/junos/junos_command.py +++ b/lib/ansible/modules/network/junos/junos_command.py @@ -102,6 +102,8 @@ options: aliases: ['format', 'output'] choices: ['text', 'json', 'xml'] version_added: "2.3" +requirements: + - jxmlease """ EXAMPLES = """ diff --git a/lib/ansible/modules/network/junos/junos_config.py b/lib/ansible/modules/network/junos/junos_config.py index 16a62d719e..b2cc7f2e2a 100644 --- a/lib/ansible/modules/network/junos/junos_config.py +++ b/lib/ansible/modules/network/junos/junos_config.py @@ -137,8 +137,6 @@ options: default: merge choices: ['merge', 'override', 'replace'] version_added: "2.3" -requirements: - - junos-eznc notes: - This module requires the netconf system service be enabled on the remote device being managed.