Response Duplication in Itential CLI
- 17 Dec 2024
-
DarkLight
-
PDF
Response Duplication in Itential CLI
- Updated on 17 Dec 2024
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Netcommon: itential-cli
duplication of return data
If there is a duplication of data in the return of itential-cli
commands, you will need to verify the Ansible netcommon collection version is 5.1.0 or greater. Versions below 5.1.0 had issues with returning duplicated data on some device types.
Run the following command to verify the version:
# ansible-galaxy collection list
# PATH/site-packages/ansible_collections
Collection Version
----------------------------- -------
ansible.netcommon 5.1.1
The collection may be upgraded by the following command; however, be sure to check Ansible documentation for further details on updating this or any collection.
ansible-galaxy collection install ansible.netcommon:5.1.0 --force
Was this article helpful?