It seems like ansible now in Ubuntu 26.04 uses its own venv and globally installed pywinrm was not useful, after installing pywinrm inside ansible venv problem was solved:
```bash
source ~/.local/share/pipx/venvs/ansible/bin/activate
pip install pywinrm
```
It seems like ansible now in Ubuntu 26.04 uses its own venv and globally installed pywinrm was not useful, after installing pwinrm inside ansible venv problem was solved:
```bash
source ~/.local/share/pipx/venvs/ansible/bin/activate
pip install pywinrm
```