ansible/changelogs/fragments/junos_config_check_commit.yaml
Satoru SATOH fce737b3bb Allow junos_config changes the candidate configuration only (#61969)
This allows junos_config to changes the candidate configuration only and
does not commit it as the active configuration at once w/ the
'check_commit' option.

(cherry picked from commit 483e76ee58)
2019-09-09 13:40:38 -07:00

2 lines
140 B
YAML

bugfixes:
- junos_config - allow validate config before committing to running configuration (https://github.com/ansible/ansible/pull/61969)