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
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>
6 years ago
..
cache
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration support for custom data in vmss (#51380) 6 years ago
legacy Included support to AIX group of subsystems on service module (#33043) 6 years ago
results
runner ansible-test: make the httptester for Windows more resiliant around the shell chosen (#51416) 6 years ago
sanity junos_config documentation missing "update" choice (#51299) 6 years ago
units VMware: vmware_guest - allow existing vmdk files to be attached to guest (#45953) 6 years ago
utils Make Shippable timing script more resilient. 6 years ago