Activate multilib
This commit is contained in:
parent
516252d928
commit
7843d1f0fb
@ -1,4 +1,18 @@
|
||||
---
|
||||
- name: Activate Multilib (name)
|
||||
lineinfile:
|
||||
dest: /etc/pacman.conf
|
||||
regexp: '^#[multilib]$'
|
||||
line: 'multilib'
|
||||
backrefs: yes
|
||||
|
||||
- name: Activate Multilib (Include)
|
||||
lineinfile:
|
||||
dest: /etc/pacman.conf
|
||||
regexp: '^Include = /etc/pacman.d/mirrorlist$'
|
||||
line: 'Include = /etc/pacman.d/mirrorlist'
|
||||
backrefs: yes
|
||||
|
||||
- name: Install WINE
|
||||
pacman:
|
||||
name: "{{ item }}"
|
||||
@ -6,6 +20,7 @@
|
||||
with_items:
|
||||
- lib32-libglvnd # wine has multiple fulfilments for lib32-libgl
|
||||
- wine
|
||||
- winetricks
|
||||
- wine_gecko
|
||||
- wine-mono
|
||||
# Audio
|
||||
|
Loading…
Reference in New Issue
Block a user