Introduction
Installation:
sudo apt-add-repository ppa:ansible/ansible
sudo apt install ansible -yansibledevops@1337:~$ ansible
ERROR: Ansible requires the locale encoding to be UTF-8; Detected ISO8859-1.locale
export LC_ALL="en_US.UTF-8"
export LANG="en_US.UTF-8"ansible
Last updated