summaryrefslogtreecommitdiffstats
path: root/roles/openshift_repos/handlers/main.yml
blob: cdb0d8a48746ca5548f2055e2cb6afd524ef6fae (plain)
1
2
3
4
5
6
7
---
- name: refresh cache
  command: "{{ ansible_pkg_mgr }} clean all"
  args:
    # Disables the following warning:
    # Consider using yum module rather than running yum
    warn: no