This commit is contained in:
2022-05-09 10:46:03 +02:00
parent 2c0cec03a0
commit 96d7b224db

View File

@@ -8,7 +8,11 @@
upgrade: yes
- 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,archlinux-keyring
name: archlinux-keyring
state: present
- 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
state: present
- name: Make sure we have a 'wheel' group
group:
@@ -118,7 +122,7 @@
become_user: airsense
- name: Activate no overview extensions
dconf:
key: /org/gnome/shell/extensions/enabled-extensions
key: /org/gnome/shell/enabled-extensions
value: "['no-overview@fthx']"
state: present
become: yes