mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
* Update junos_config.py The current junos_config module documentation only lists "merge","override" and "replace" as update parameter choices. Looking into junos_python.py "update" is another option which is really helpful and in my opinion the most needed option. ''' update=dict(default='merge', choices=['merge', 'override', 'replace', 'update']) ''' +label: docsite_pr * Fixup Update junos_config.py The current junos_config module documentation only lists "merge","override" and "replace" as update parameter choices. Looking into junos_python.py "update" is another option which is really helpful and in my opinion the most needed option. ''' update=dict(default='merge', choices=['merge', 'override', 'replace', 'update']) ''' Co-Authored-By: crab86 <sgesenhoff@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
junos_banner.py | ||
junos_command.py | ||
junos_config.py | ||
junos_facts.py | ||
junos_interface.py | ||
junos_l2_interface.py | ||
junos_l3_interface.py | ||
junos_linkagg.py | ||
junos_lldp.py | ||
junos_lldp_interface.py | ||
junos_logging.py | ||
junos_netconf.py | ||
junos_package.py | ||
junos_ping.py | ||
junos_rpc.py | ||
junos_scp.py | ||
junos_static_route.py | ||
junos_system.py | ||
junos_user.py | ||
junos_vlan.py | ||
junos_vrf.py |