Fix: looking for the error in Wine

This commit is contained in:
Bertrand Benjamin 2020-01-27 15:36:12 +01:00
parent 7947167cc5
commit b450056811
1 changed files with 2 additions and 5 deletions

View File

@ -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