redhat.yml: Added wildcard name to make update cache work.
This commit is contained in:
parent
f91b985f17
commit
33fc66dc1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user