Try to activate multilib once again
This commit is contained in:
parent
7843d1f0fb
commit
5eb2bf56e2
@ -2,17 +2,21 @@
|
||||
- name: Activate Multilib (name)
|
||||
lineinfile:
|
||||
dest: /etc/pacman.conf
|
||||
regexp: '^#[multilib]$'
|
||||
regexp: '^#[multilib]'
|
||||
line: 'multilib'
|
||||
backrefs: yes
|
||||
|
||||
- name: Activate Multilib (Include)
|
||||
lineinfile:
|
||||
dest: /etc/pacman.conf
|
||||
regexp: '^Include = /etc/pacman.d/mirrorlist$'
|
||||
regexp: '^#Include = /etc/pacman.d/mirrorlist'
|
||||
line: 'Include = /etc/pacman.d/mirrorlist'
|
||||
backrefs: yes
|
||||
|
||||
- name: Update pacman cache
|
||||
pacman:
|
||||
update_cache: yes
|
||||
|
||||
- name: Install WINE
|
||||
pacman:
|
||||
name: "{{ item }}"
|
||||
|
Loading…
Reference in New Issue
Block a user