This commit is contained in:
2022-05-09 11:01:16 +02:00
parent 96d7b224db
commit e8ae3a3126

View File

@@ -9,11 +9,11 @@
- name: Install basic packages
community.general.pacman:
name: archlinux-keyring
state: present
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
state: present
state: latest
- name: Make sure we have a 'wheel' group
group:
name: wheel