gonna try arch
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user