mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
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>
This commit is contained in:
committed by
Nathaniel Case
parent
8eff4cae10
commit
48107ac212
@@ -615,7 +615,6 @@ lib/ansible/modules/network/ironware/ironware_command.py E323
|
||||
lib/ansible/modules/network/ironware/ironware_config.py E323
|
||||
lib/ansible/modules/network/ironware/ironware_facts.py E323
|
||||
lib/ansible/modules/network/junos/junos_command.py E324
|
||||
lib/ansible/modules/network/junos/junos_config.py E326
|
||||
lib/ansible/modules/network/junos/junos_interface.py E324
|
||||
lib/ansible/modules/network/junos/junos_linkagg.py E324
|
||||
lib/ansible/modules/network/junos/junos_logging.py E322
|
||||
|
||||
Reference in New Issue
Block a user