Local: ansible-playbook local.yml -K --ask-vault-password
Remote: ansible-pull -U https://github.com/mbacalan/ansible.git -K --ask-vault-password
chsh
requires PAM authentication on Debian/Ubuntu which causes the task to fail.
Temporary solution: sudo sed s/required/sufficient/g -i /etc/pam.d/chsh