Ansible || "unable to set terminal parameters"
-
If you receive this error using the ansible.netcommon.network_cli for example you can add the variable:
ansible_network_terminal_errors: ignore
to your code and the playbook should continue without failing.
you can find the commit HERE where the options are also described.
I hope this helps since I was lost for 2 days.