Updated sway config
This commit is contained in:
@@ -23,4 +23,15 @@
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/makepkg.conf
|
||||
line: 'MAKEFLAGS="-j$(nproc)"'
|
||||
create: yes
|
||||
create: yes
|
||||
|
||||
- name: Install Basic programs
|
||||
kewlfft.aur.aur:
|
||||
use: paru
|
||||
name: reflector
|
||||
state: latest
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
|
||||
- name: Run reflector to update mirrorlist
|
||||
ansible.builtin.command: reflector --latest 20 --sort rate --save /etc/pacman.d/mirrorlist
|
||||
Reference in New Issue
Block a user