move some things, add more packages, successfully re-provisioned loki

This commit is contained in:
Mark Riedesel 2024-11-21 12:47:56 -06:00
parent 0cfed2acdc
commit fda8660515
11 changed files with 42 additions and 15 deletions

View file

@ -1,5 +1,12 @@
- import_tasks: software/minimal.yaml
- import_tasks: software/desktop.yaml
- import_tasks: software/graphics.yaml
- import_tasks: software/dev.yaml
- import_tasks: software/gamedev.yaml
---
- block:
- name: pacman sync
community.general.pacman:
update_cache: true
- import_tasks: software/minimal.yaml
- import_tasks: software/desktop.yaml
- import_tasks: software/graphics.yaml
- import_tasks: software/dev.yaml
- import_tasks: software/gamedev.yaml
when: not archiso_detected

View file

@ -2,7 +2,7 @@
package:
state: present
name:
- adwata-cursors
- adwaita-cursors
- blueman
- feh
- firefox
@ -89,6 +89,7 @@
become: true
become_user: "{{ desktop_user }}"
shell: pidof sway && SWAYSOCK=$(ls /run/user/*/sway-ipc.*.sock | head -n 1) swaymsg reload
ignore_errors: true
- name: graphics | probe for graphics cards
shell: lspci -nnk | grep -A 3 -E "VGA|3D"