28 lines
587 B
YAML
Raw Normal View History

2022-07-15 12:54:08 +01:00
---
- name: Fetch new arch strata
include_role:
name: fetch-strata
vars:
strata: arch
tags: clean
2022-07-15 13:11:34 +01:00
- name: Enable AUR support (install base devel)
pacman: name=base-devel
- name: Install yay
aur: name=yay
become_user: daniel
2022-07-21 17:25:55 +01:00
- 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