redhat.yml: Added wildcard name to make update cache work.

This commit is contained in:
Jonathan Davies 2017-11-02 17:14:22 +00:00
parent f91b985f17
commit 33fc66dc1d

View File

@ -18,6 +18,7 @@
- name: Yum | Update cache (CentOS)
yum:
name: '*'
update_cache: yes
become: True
@ -38,5 +39,6 @@
- name: Yum | Update cache (CentOS)
yum:
name: '*'
update_cache: yes
become: True