gonna try arch

This commit is contained in:
2025-04-26 14:44:53 -07:00
parent 4474a92487
commit eed5b70993
2 changed files with 4 additions and 3 deletions

View File

@@ -9,13 +9,13 @@
- name: Add mirrorlist to pacman.conf - name: Add mirrorlist to pacman.conf
blockinfile: blockinfile:
path: /etc/pacman.conf path: /etc/pacman.conf
marker: "$ {mark} ANSIBLE MANAGED ARCH REPOS" marker: "# {mark} ANSIBLE MANAGED ARCH REPOS"
block: | block: |
[extra] [extra]
Include = /etc/pacman.d/mirrorlist-arch Include = /etc/pacman.d/mirrorlist-arch
insertbefore: EOF insertbefore: EOF
- name: Update all packages - name: Update all packages
package: package:

View File

@@ -33,7 +33,7 @@ packages:
- bash - bash
- dmenu - dmenu
- sway - sway
- less - sway-contrib
- swaybg - swaybg
- swaylock - swaylock
- swayidle - swayidle
@@ -57,6 +57,7 @@ packages:
- lf - lf
- gopass - gopass
- neovim - neovim
- less
- git - git
- stow - stow
- feh - feh