/home/travis/.ansible/roles/robertdebock.epel/handlers/main.yml
1
2
3
4
5
---
# handlers file for epel
- name: yum update cache
  yum:
    update_cache: yes