mirror of https://github.com/ansible/ansible.git
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
)
pull/50616/head
parent
b6eebb0aa3
commit
56481b5f1b
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Fix mandatory statement error for junos modules (https://github.com/ansible/ansible/pull/50138)
|
Loading…
Reference in New Issue