mirror of https://github.com/ansible/ansible.git
Fix overwrite parameter in module_utils.junos (#18671)
The overwrite parameter is forcibly set to false, meaning a module passing that parameter will have no effect. The overwrite facility is necessary to ensure that conflicting options can be written the configuration (which, in replace mode, they cannot). This change ensures that if overwrite is set, it will not be changed to False in the logic.pull/19257/head
parent
05e5474c52
commit
9e5d4de49a
Loading…
Reference in New Issue