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
blockinfile:
path: /etc/pacman.conf
marker: "$ {mark} ANSIBLE MANAGED ARCH REPOS"
marker: "# {mark} ANSIBLE MANAGED ARCH REPOS"
block: |
[extra]
Include = /etc/pacman.d/mirrorlist-arch
insertbefore: EOF
insertbefore: EOF
- name: Update all packages
package: