--- - name: configure node timezone timezone: hwclock: UTC name: "{{timezone}}" - name: hand hack timezone to avoid reboot file: src: /usr/share/zoneinfo/{{timezone}} path: /etc/localtime state: link force: yes