You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/sanity
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>
7 years ago
..
ansible-doc Remove deprecated os_server_actions alias (#47208) 7 years ago
code-smell Doc fragments to plugins (#50172) 7 years ago
compile Overhaul additional sanity tests. (#36803) 8 years ago
import Ensure that current uses of BaseException are required 7 years ago
pep8 Skip sanity tests that don't apply to bundled code 7 years ago
pslint Add retries for Invoke-ScriptAnalyzer in pslint. 7 years ago
pylint Enable the bare-except pylint and pep8 checking 7 years ago
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 9 years ago
shellcheck Test cleanup. 8 years ago
validate-modules junos_config documentation missing "update" choice (#51299) 7 years ago
yamllint Doc fragments to plugins (#50172) 7 years ago
ansible.cfg Fix ansible-test config management. 8 years ago