mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
Add support to fetch old style junos facts (#25250)
* Add support to fetch old style junos facts Fixes #25050 Add support to fetch old style facts supported in Ansible <= 2.2 To fetch old style facts value `gather_subset` value shoule be `all` and `junos-eznc` is required to be installed on control node as a prerequisite. * Remove unwanted import
This commit is contained in:
parent
4847613725
commit
85219dfdf3
4 changed files with 73 additions and 10 deletions
|
@ -411,7 +411,6 @@ lib/ansible/modules/net_tools/ipinfoio_facts.py
|
|||
lib/ansible/modules/network/junos/_junos_template.py
|
||||
lib/ansible/modules/network/junos/junos_command.py
|
||||
lib/ansible/modules/network/junos/junos_config.py
|
||||
lib/ansible/modules/network/junos/junos_facts.py
|
||||
lib/ansible/modules/network/junos/junos_netconf.py
|
||||
lib/ansible/modules/network/junos/junos_package.py
|
||||
lib/ansible/modules/network/lenovo/cnos_conditional_template.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue