mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-18 07:24:20 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| ansible-doc | ||
| code-smell | ||
| compile | ||
| import | ||
| pep8 | ||
| pslint | ||
| pylint | ||
| rstcheck | ||
| shellcheck | ||
| validate-modules | ||
| yamllint | ||
| ansible.cfg | ||