diff --git a/lib/ansible/modules/network/junos/_junos_template.py b/lib/ansible/modules/network/junos/_junos_template.py index a0a650a066e..9f01d5e4960 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 0df34faeea5..7e75b1d7f35 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 16a62d719e2..b2cc7f2e2ad 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.