Some changes due to Gnome 42

This commit is contained in:
Tobias Maier
2022-05-14 11:58:52 +02:00
parent 9359ce2019
commit 89b3e20b5a

View File

@@ -1,13 +1,3 @@
# ---
# - hosts: localhost
# vars:
# - username: sammy
# - home: /home/sammy
# tasks:
# - name: print variables
# debug:
# msg: "Username: {{ username }}, Home dir: {{ home }}"
---
- hosts: localhost
vars:
@@ -17,7 +7,10 @@
community.general.pacman:
update_cache: yes
upgrade: yes
- name: Install archlinux-keyring
community.general.pacman:
name: archlinux-keyring
state: latest
- name: Install basic packages
community.general.pacman:
name: sudo,zsh,htop,autoconf,automake,binutils,bison,file,findutils,flex,gawk,gcc,gettext,grep,groff,gzip,libtool,m4,make,patch,pkgconf,sed,texinfo,which,base-devel,ttf-font-awesome
@@ -142,7 +135,13 @@
state: present
become: yes
become_user: tobi
- name: Set Gnome color scheme
dconf:
key: /org/gnome/desktop/interface/color-scheme
value: "'prefer-dark'"
state: present
become: yes
become_user: airsense
- name: Install some more user-packages
kewlfft.aur.aur:
use: paru