Commit 5c2b50e6 authored by Rafael Monnerat's avatar Rafael Monnerat

No need update cache and cache validation time for yum

parent 19432883
......@@ -7,9 +7,9 @@
when: ansible_os_family == "Debian"
- name: Install re6stnet on CentOS
yum: name=re6st-node state=present update_cache=yes cache_valid_time=3600
yum: name=re6st-node state=present
when: ansible_os_family == "RedHat"
- name: Install slapos on CentOS
yum: name=slapos-node state=present update_cache=yes cache_valid_time=3600
yum: name=slapos-node state=present
when: ansible_os_family == "RedHat"
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