Commit 322efb35 by remulo.carvalho

Update tzdata_update.yml

parent 2e028078
......@@ -24,6 +24,9 @@
dest: /etc/yum.conf
line: proxy=http://proxy.pgj.rj.gov.br:3128
state: present
- name: Limpa o Subscrition manager
when: (ansible_distribution == "CentOS")
shell: subscription-manager clean; subscription-manager unregister; subscription-manager remole --all
- name: Update packages Centos 6 e 7
when: (ansible_distribution == "CentOS")
......
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