yum makecache

This commit is contained in:
xpk
2019-01-27 00:37:14 +08:00
parent bdc8cc589b
commit b171764f47
+2 -1
View File
@@ -5,8 +5,9 @@
- name: Install Server with GUI group package, may take a while...
yum:
update_cache: yes
name: '@^Server with GUI'
state: latest
state: present
- name: Install vncserver
yum: