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 add package init to junos/ 2016-12-08 11:24:05 -05:00
junos_banner.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
junos_command.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
junos_config.py junos_config documentation missing "update" choice (#51299) 2019-01-30 10:12:17 -05:00
junos_facts.py Clean up Vault docs in User Guide. (#46188) 2018-09-28 10:16:58 -04:00
junos_interface.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
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 Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
junos_lldp.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
junos_lldp_interface.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
junos_logging.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
junos_netconf.py Update junos cliconf plugin (#43643) 2018-08-06 10:08:05 +05:30
junos_package.py Add force_host and issu options support in junos_package module (#50018) 2018-12-18 10:51:29 +05:30
junos_ping.py Add new module - junos_ping (#50711) 2019-01-29 15:36:12 +05:30
junos_rpc.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
junos_scp.py Add supported connection in junos module documentation (#38813) 2018-04-17 10:27:29 +05:30
junos_static_route.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
junos_system.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
junos_user.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
junos_vlan.py Feature junos filter (#44703) 2019-01-23 09:36:24 +05:30
junos_vrf.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00