Change some pacman configs
This commit is contained in:
parent
3b004e12ff
commit
5b4e57e5c5
@ -13,3 +13,15 @@
|
||||
- name: Install yay
|
||||
aur: name=yay
|
||||
become_user: daniel
|
||||
|
||||
- name: Enable pacman color
|
||||
ansible.builtin.lineinfile:
|
||||
path: /bedrock/strata/arch/etc/pacman.conf
|
||||
regexp: '^#? ?Color'
|
||||
line: Color
|
||||
|
||||
- name: Enable pacman parallel downloads
|
||||
ansible.builtin.lineinfile:
|
||||
path: /bedrock/strata/arch/etc/pacman.conf
|
||||
regexp: '^#? ?ParallelDownloads ?= ?'
|
||||
line: ParallelDownloads = 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user