ansible/changelogs/fragments/junos_commit_error_fix.yaml
Ganesh Nalawade 56481b5f1b Fix mandatory statement error for junos modules (#50074)
* Fix mandatory statement error for junos modules

Fixes #40267

*  Add error regex in junos terminal plugin to error out
   in case of commit fails

*  If commit fails add logic to discard changes before existing
   else next task will result in error

* Add integration test

* Minor update

(cherry picked from commit cc8e90395a)
2019-01-07 10:24:17 -08:00

2 lines
108 B
YAML

bugfixes:
- Fix mandatory statement error for junos modules (https://github.com/ansible/ansible/pull/50138)