Pocket Theories

Common Ansible Problems

ERROR: Ansible requires the locale encoding to be UTF-8; Detected ISO8859-1.

Set the following environment variables within the shell before running ansible / ansible-playbook


LANG="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"