Response Duplication in Itential CLI

Prev Next

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