Estou com o seguindo erro ao tentar executar ansible em meu terminal bash no windows.
ERROR: Ansible requires the locale encoding to be UTF-8; Detected cp1252.
Estou com o seguindo erro ao tentar executar ansible em meu terminal bash no windows.
ERROR: Ansible requires the locale encoding to be UTF-8; Detected cp1252.
Resolvido da seguite forma:
LC_ALL=C.UTF-8 ansible-playbook playbook.yml -u ubuntu --private-key key-agendar-aqui.pem -i hosts.yml