Update the locale on a machine
Tested using Ansible 2.1.2 on:
CentOS 7 Debian Jessie Ubuntu Trusty
Ansible 2+
timezone_zone: UTCIncluding an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
become: true
roles:
- locale
MIT