Dinesh babu

Results 8 issues of Dinesh babu

Introduced "commit_sync" and "commit_force_sync" under juniper.device.config module ``` - name: "Confirm the commit with a commit check" juniper.device.config: check: true diff: false comment: "Juniper Network" commit_force_sync: True register: response ```...

Fixed read the doc issue. The configuration file is required for the readthedoc portal to build PyEZ docs. https://docs.readthedocs.io/en/stable/config-file/v2.html

The issue is from ncclient module. Kindly check this GitHub ticket for more details. https://github.com/Juniper/ansible-junos-stdlib/issues/528

Issue: Normalize value not passed correctly in PyEZ connection rpc.ping() API

1. Added inventory template file to run ansible functional test cases for local and PyEZ connection 2. Updated command and config playbook-related test cases. 3. Fixed PyEZ connection rollback configuration...

I am facing an issue in importing ncclient in Windows with the latest release 0.6.16 ``` File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ncclient\manager.py", line 21, in from ncclient import operations File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ncclient\operations\__init__.py", line 16, in...