Christopher Jones

Results 6 comments of Christopher Jones

Also running into the same issue when using 'junos.device.config' module and 'load: merge' or 'load: set' Regardless of which Python version I use (tested 3.7, 3.8, 3.9, & 3.10), or...

@33Fraise33 Did you ever find a way around this? Seeing a similar issue when applying a 'set' config to vMXs: ``` An exception occurred during task execution. To see the...

@slefol > and the juniper_junos_table module instead of the juniper.device.table module Is this still the case? There is no known working configuration of `ansible.netcommon.netconf` + `juniper.device.table` ?

> Hi , > > ``` > Issue looks to be related to ansible python package version and works fine with ansible==5.4.0 / ansible-core-2.12.3 as of now . > ```...

Any update here? I recently tested in a rhel9 execution environment: ``` [nre@nre-podman ~]$ docker run -it --rm localhost/junos-dev /bin/bash bash-5.1$ pip freeze ansible==9.4.0 ansible-core==2.16.5 ansible-runner==2.3.6 bcrypt==4.1.2 certifi==2024.2.2 cffi==1.16.0 charset-normalizer==3.3.2...