Some changes due to Gnome 42
This commit is contained in:
@@ -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
|
- hosts: localhost
|
||||||
vars:
|
vars:
|
||||||
@@ -17,7 +7,10 @@
|
|||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
upgrade: yes
|
upgrade: yes
|
||||||
|
- name: Install archlinux-keyring
|
||||||
|
community.general.pacman:
|
||||||
|
name: archlinux-keyring
|
||||||
|
state: latest
|
||||||
- name: Install basic packages
|
- name: Install basic packages
|
||||||
community.general.pacman:
|
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
|
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
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
become_user: tobi
|
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
|
- name: Install some more user-packages
|
||||||
kewlfft.aur.aur:
|
kewlfft.aur.aur:
|
||||||
use: paru
|
use: paru
|
||||||
|
|||||||
Reference in New Issue
Block a user