Remove timezone changes to focus branch on just ubuntu

This commit is contained in:
David Putzolu
2020-05-31 10:16:09 -07:00
parent 92b235c8d5
commit 6075693481
2 changed files with 1 additions and 11 deletions

View File

@@ -50,9 +50,3 @@
path: /etc/sudoers
validate: 'visudo -cf %s'
when: ansible_distribution in ['CentOS', 'Red Hat Enterprise Linux']
- name: "set timezone to {{ timezone }}"
timezone:
name: "{{ timezone }}"
notify: restart cron
when: timezone is defined