main.yaml 167 B

1234
  1. ---
  2. - name: Setup correct timezone
  3. command: timedatectl set-timezone America/New_York
  4. when: ansible_os_family == "RedHat" and ansible_lsb.major_release|int >= 7