Skip to content

Instantly share code, notes, and snippets.

@ZeroDeth
Created August 10, 2017 23:58
Show Gist options
  • Save ZeroDeth/4900c65af505f5398bd6db94cf4a54d4 to your computer and use it in GitHub Desktop.
Save ZeroDeth/4900c65af505f5398bd6db94cf4a54d4 to your computer and use it in GitHub Desktop.
Ansible Configure timezone setting
---
- 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