[SOLVED] Ansible failing with no existing session

the problem was that I really need ansible-pylibssh and not paramiko.
To install it you need sudo dnf install python3-devel python3-paramiko libssh-devel and with pip install ansible-pylibssh you install it at least on fedora.

1 Like