community.general/lib/ansible/modules/network/junos
Sebastian 48107ac212 junos_config documentation missing "update" choice (#51299)
* 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>
2019-01-30 10:12:17 -05:00
..
__init__.py
junos_banner.py
junos_command.py
junos_config.py junos_config documentation missing "update" choice (#51299) 2019-01-30 10:12:17 -05:00
junos_facts.py
junos_interface.py
junos_l2_interface.py Feature junos filter (#44703) 2019-01-23 09:36:24 +05:30
junos_l3_interface.py Feature junos filter (#44703) 2019-01-23 09:36:24 +05:30
junos_linkagg.py
junos_lldp.py
junos_lldp_interface.py
junos_logging.py
junos_netconf.py
junos_package.py
junos_ping.py Add new module - junos_ping (#50711) 2019-01-29 15:36:12 +05:30
junos_rpc.py
junos_scp.py
junos_static_route.py
junos_system.py
junos_user.py
junos_vlan.py Feature junos filter (#44703) 2019-01-23 09:36:24 +05:30
junos_vrf.py