I’m having a little problem. When I run a simple playbook, on some servers I get a UnicodeEncodeError and the playbook is not executed.
I have the role “users_admin”, it creates 3 groups, makes sure that 4 users exist and have a specific password and set a root password if it has changed.
root@cm:/etc/ansible/roles/users_admin# tree
.
└── tasks
└── main.yml
Go ahead and open an issue on github for this, and we’ll dig into it deeper. If setting the module_lang doesn’t fix things, then the issue may not be on the client side.