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