Hi experts,
I am running below playbook :-
---
- name: "run show version"
hosts: servers
gather_facts: False
tasks:
- name: "cli command"
ansible.netcommon.cli_command:
command: "show chassis-1"
on my centos server with inventory entries is like:-
[servers]
172.16.12.215
[servers:vars]
ansible_user=temproot
ansible_ssh_pass=******
ansible_python_interpreter=/usr/bin/python
ansible_port=22
ansible_network_os="ios"
ansible_connection=ansible.netcommon.network_cli
but when i ran playbook i am getting below error:-
fatal: [172.16.12.215]: FAILED! => {"changed": false, "msg": "paramiko is
not installed: cannot import name _get_backend"}
but , pip list | grep paramiko
paramiko 2.7.2
exist.
please let me know how to tackle this.
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/CAPgfy9UNNJ%3DsYZz3OC%2BX1Z0YP2FOv9L0hSL8ZhK%3DyAT%3DLx%2BiNA%40mail.gmail.com.