mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 20:00:58 +00:00
Update requirements in junos module docs (#25154)
Fixes #24975 Update requirements section in junos module docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -102,6 +102,8 @@ options:
|
||||
aliases: ['format', 'output']
|
||||
choices: ['text', 'json', 'xml']
|
||||
version_added: "2.3"
|
||||
requirements:
|
||||
- jxmlease
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user