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

forgot to add a role to git

parent c8cda642
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