Activate Multilib in one line
This commit is contained in:
parent
da4a0ea05d
commit
d25e7747f9
@ -1,16 +1,9 @@
|
||||
---
|
||||
- name: Activate Multilib (name)
|
||||
- name: Activate Multilib
|
||||
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'
|
||||
regexp: '^#[multilib]\n#Include = /etc/pacman.d/mirrorlist'
|
||||
line: 'multilib\nInclude = /etc/pacman.d/mirrorlist'
|
||||
backrefs: yes
|
||||
|
||||
- name: Update pacman cache
|
||||
|
Loading…
Reference in New Issue
Block a user