Created
August 10, 2017 23:58
-
-
Save ZeroDeth/4900c65af505f5398bd6db94cf4a54d4 to your computer and use it in GitHub Desktop.
Ansible Configure timezone setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: all | |
become: yes | |
tasks: | |
- name: set timezone to Europe/London | |
timezone: | |
name: Europe/London |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment