summaryrefslogtreecommitdiffstats
path: root/roles/timezone/tasks/main.yaml
blob: 339b4e0b22645fb10e80b6ce9aa6796ca6688f9b (plain)
1
2
3
4
---
- name: Setup correct timezone
  command: timedatectl set-timezone America/New_York
    when: ansible_os_family == "RedHat" and ansible_lsb.major_release|int >= 7