diff --git a/tasks/wine.yml b/tasks/wine.yml index 82eb604..6824680 100644 --- a/tasks/wine.yml +++ b/tasks/wine.yml @@ -15,11 +15,7 @@ insertafter: "^\\[multilib\\]" regexp: "Include = /etc/pacman.d/mirrorlist" -- name: Update pacman cache - pacman: - update_cache: yes - -- name: Install gnome packages +- name: Install WINE packages pacman: name: - lib32-libglvnd @@ -31,3 +27,4 @@ - lib32-libpulse - lib32-openal state: present + update-cache: yes