roles/common: Remove duplicate timezone task

We set it in the separate ntp.yml playbook now, as there are a few
different systems we cater to (systemd, old ntp, etc).
This commit is contained in:
Alan Orth 2017-06-18 09:30:05 +03:00
parent ffac0b8afd
commit 4f22052afe
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@
# lineinfile: dest=/etc/hosts insertafter=^127.0.0.1 line='127.0.1.1 {{ inventory_hostname }}'
# tags: hostname
- name: Set timezone
when: timezone is defined
command: /usr/bin/timedatectl set-timezone {{ timezone }}
tags: timezone
- include: ntp.yml
tags: ntp