Commit 75c0ddfd by remulo.carvalho

Update tzdata_update.yml

parent 26179cba
......@@ -28,7 +28,7 @@
- name: Update packages Centos 6 e 7
when: (ansible_distribution == "CentOS")
#when: (ansible_distribution == "CentOS" and ansible_distribution_major_version == "6")
yum: name=tzdata-*,ntp state=latest
yum: name=tzdata-*
- name: Update packages on Ubuntu
when: (ansible_distribution == 'Ubuntu' and ansible_distribution_major_version == '14')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment