mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user