mirror of https://github.com/ansible/ansible.git
Backport/2.5/37287 Eos :do not push config to device if check_mode is enabled (#38382)
* Eos :do not push config to device if check_mode is enabled (#37287)
* eos can not check config without config session support
* add testcase for check_mode without config session
* fix eos eapi to read use_session env var
(cherry picked from commit a1026dbce5
)
* Backport/2.5/37287 - Eos do not push config is check_mode is enabled
pull/38395/head
parent
536dff507d
commit
4aafa90c89
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- EOS can not check configuration without use of config session (ANSIBLE_EOS_USE_SESSIONS=0). Fix is to throw error when hiting into this exception case. Configs would neither be checked nor be played on the eos device.
|
Loading…
Reference in New Issue