diff --git a/tasks/main.yml b/tasks/main.yml index fb7ce68..18c19e0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: