move some things, add more packages, successfully re-provisioned loki
This commit is contained in:
parent
0cfed2acdc
commit
fda8660515
11 changed files with 42 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue