Change some pacman configs

This commit is contained in:
CactiChameleon9 2022-07-21 17:25:55 +01:00
parent 3b004e12ff
commit 5b4e57e5c5

View File

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