Skip to content
Snippets Groups Projects
Commit b2706d6b authored by Chris Hines's avatar Chris Hines
Browse files

Merge pull request #50 from l1ll1/master

forgot to add a role to git
parents 7e3f582d de294472
No related branches found
No related tags found
No related merge requests found
- name: "Clear yum cache"
command: yum clean all
sudo: true
when: ansible_os_family == 'RedHat'
- name: "Make yum cache"
command: yum makecache
sudo: true
when: ansible_os_family == 'RedHat'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment