Commit 2e028078 by remulo.carvalho

Update tzdata_update.yml

parent f72c7d79
...@@ -27,9 +27,7 @@ ...@@ -27,9 +27,7 @@
- name: Update packages Centos 6 e 7 - name: Update packages Centos 6 e 7
when: (ansible_distribution == "CentOS") when: (ansible_distribution == "CentOS")
#when: (ansible_distribution == "CentOS" and ansible_distribution_major_version == "6") yum: name=tzdata-* state=latest
yum: name=tzdata-*
state: latest
- name: Update packages on Ubuntu - name: Update packages on Ubuntu
when: (ansible_distribution == 'Ubuntu' and ansible_distribution_major_version == '14') 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