mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
* Fix # #5839 Add 'update' parameter in junos_config module Add update parameter in junos_config module which supports configuration action like merge, replace and overwrite. * Fix documentation issue * Fix review comment to add replace argument Make replace and update argument mutually exclusive, to support replace for backward compatibility.