Minor linting fixes

This commit is contained in:
flyingscorpio@clevo 2022-08-14 09:53:55 +02:00
parent 5807c85f5b
commit 8941085248

View file

@ -6,25 +6,25 @@
- archlinux-keyring
- base-devel
- libnotify
- pacman-contrib # for checkupdates, paccache, pacdiff...
- pkgfile # get hint on missing package when command not found
- pacman-contrib # for checkupdates, paccache, pacdiff...
- pkgfile # get hint on missing package when command not found
- python-pip
- python-wheel
- python-setuptools
- reflector
- xorg-xinit # enable xinit to avoid having to type 'startx'
- xorg-xinit # enable xinit to avoid having to type 'startx'
- ttf-font-awesome
- ttf-jetbrains-mono
- ttf-fira-code
- rsync # used for backup
- rsync # used for backup
- curl
- wget
- xorg
- numlockx # activate numlock (set in .xinitrc)
- numlockx # activate numlock (set in .xinitrc)
- dunst
- udiskie # automount external drives (set in .xinitrc)
- xmlstarlet # for clitip
- pandoc # for clitip
- udiskie # automount external drives (set in .xinitrc)
- xmlstarlet # for clitip
- pandoc # for clitip
when: ansible_facts['distribution'] == 'Archlinux'
- name: Install packages (Debian)
@ -37,19 +37,19 @@
- python3-pip
- python3-wheel
- python3-setuptools
- xinit # enable xinit to avoid having to type 'startx'
- xinit # enable xinit to avoid having to type 'startx'
- fonts-font-awesome
- fonts-jetbrains-mono
- fonts-firacode
- rsync # used for backup
- rsync # used for backup
- curl
- wget
- xorg
- numlockx # activate numlock (set in .xinitrc)
- numlockx # activate numlock (set in .xinitrc)
- dunst
- udiskie # automount external drives (set in .xinitrc)
- xmlstarlet # for clitip
- pandoc # for clitip
- udiskie # automount external drives (set in .xinitrc)
- xmlstarlet # for clitip
- pandoc # for clitip
when: ansible_facts['distribution'] == 'Debian'
- name: Update pkgfile for Archlinux
@ -61,3 +61,4 @@
copy:
src: Xmodmap
dest: ~/.Xmodmap
mode: 0644