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)
|
- name: Yum | Update cache (CentOS)
|
||||||
yum:
|
yum:
|
||||||
|
name: '*'
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
become: True
|
become: True
|
||||||
|
|
||||||
@ -38,5 +39,6 @@
|
|||||||
|
|
||||||
- name: Yum | Update cache (CentOS)
|
- name: Yum | Update cache (CentOS)
|
||||||
yum:
|
yum:
|
||||||
|
name: '*'
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
become: True
|
become: True
|
||||||
|
Loading…
Reference in New Issue
Block a user