From 96e569f32d8bf8408147ec97c93f1024ebfe2cf9 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sun, 12 Jun 2022 15:02:50 +0200 Subject: [PATCH] Fix wsl --- arch_wsl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_wsl.yaml b/arch_wsl.yaml index a9cf229..142c906 100644 --- a/arch_wsl.yaml +++ b/arch_wsl.yaml @@ -11,7 +11,7 @@ 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,openssh + 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,ttf-font-awesome,openssh state: present - name: Make sure we have a 'wheel' group