Skip to content

Commit

Permalink
Remove yet more unnecessary quotes around values
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Apr 15, 2020
1 parent 648662f commit 4120893
Show file tree
Hide file tree
Showing 21 changed files with 220 additions and 220 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
yamllint==1.21.0
yamllint==1.22.1
ansible-lint==4.2.0
46 changes: 23 additions & 23 deletions tasks/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'virtualbox-host-modules-arch'
- 'virtualbox-guest-modules-arch'
- virtualbox-host-modules-arch
- virtualbox-guest-modules-arch

- name: Install general applications
aur:
Expand All @@ -17,26 +17,26 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'bleachbit'
- 'clamtk'
- 'filezilla'
- 'firefox'
- 'gimp'
- 'ghostwriter'
- 'glogg'
- 'gparted'
- 'hplip'
- 'inkscape'
- 'kdenlive'
- 'kodi'
- bleachbit
- clamtk
- filezilla
- firefox
- gimp
- ghostwriter
- glogg
- gparted
- hplip
- inkscape
- kdenlive
- kodi
- libreoffice-fresh
- libreoffice-fresh-en-gb
- 'minecraft'
- 'obs-studio'
- 'slack-desktop'
- 'steam'
- 'thunderbird'
- 'tor-browser'
- 'virtualbox'
- 'vlc'
- 'xsane'
- minecraft
- obs-studio
- slack-desktop
- steam
- thunderbird
- tor-browser
- virtualbox
- vlc
- xsane
16 changes: 8 additions & 8 deletions tasks/autostart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'dex'
- dex

- name: Create autostart directory
file:
Expand All @@ -24,11 +24,11 @@
state: link
force: true
loop:
- 'blueman'
- 'pulseaudio'
- 'nm-applet'
- 'lxqt-policykit-agent'
- 'solaar'
- blueman
- pulseaudio
- nm-applet
- lxqt-policykit-agent
- solaar

- name: Autostart applications
file:
Expand All @@ -39,5 +39,5 @@
state: link
force: true
loop:
- 'flameshot'
- 'libinput-gestures'
- flameshot
- libinput-gestures
14 changes: 7 additions & 7 deletions tasks/boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'grub-customizer'
- 'grub2-theme-archlinux'
- 'lightdm'
- 'lightdm-gtk-greeter'
- 'os-prober'
- grub-customizer
- grub2-theme-archlinux
- lightdm
- lightdm-gtk-greeter
- os-prober

- name: Enable lightdm
systemd:
Expand Down Expand Up @@ -68,5 +68,5 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'amd-ucode'
- 'intel-ucode'
- amd-ucode
- intel-ucode
8 changes: 4 additions & 4 deletions tasks/dabapps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'heroku-cli'
- 'mercurial'
- 'ngrok'
- 'python-aws-mfa'
- heroku-cli
- mercurial
- ngrok
- python-aws-mfa

- name: Clone DabApps Dotfiles
git:
Expand Down
30 changes: 15 additions & 15 deletions tasks/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'biber'
- 'pandoc-bin'
- 'texlive-most'
- biber
- pandoc-bin
- texlive-most

- name: Install dev packages
aur:
Expand All @@ -18,18 +18,18 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'arduino'
- 'arduino-cli'
- 'arduino-builder'
- 'aws-cli'
- 'docker'
- 'docker-compose'
- 'hugo'
- 'poetry'
- 'postgresql'
- 'postman-bin'
- 'sublime-text'
- 'tig'
- arduino
- arduino-cli
- arduino-builder
- aws-cli
- docker
- docker-compose
- hugo
- poetry
- postgresql
- postman-bin
- sublime-text
- tig

- name: Create global .gitignore
copy:
Expand Down
24 changes: 12 additions & 12 deletions tasks/fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'all-repository-fonts'
- 'fonts-meta-extended-lt'
- 'otf-fira-code'
- 'otf-font-awesome'
- 'ttf-joypixels'
- 'ttf-fira-code'
- 'ttf-font-awesome'
- 'ttf-ms-fonts'
- 'ttf-wps-fonts'
- all-repository-fonts
- fonts-meta-extended-lt
- otf-fira-code
- otf-font-awesome
- ttf-joypixels
- ttf-fira-code
- ttf-font-awesome
- ttf-ms-fonts
- ttf-wps-fonts

- name: Install font configurations
file:
Expand All @@ -23,6 +23,6 @@
mode: 0644
state: link
loop:
- '11-lcdfilter-default.conf'
- '10-sub-pixel-rgb.conf'
- '30-infinality-aliases.conf'
- 11-lcdfilter-default.conf
- 10-sub-pixel-rgb.conf
- 30-infinality-aliases.conf
20 changes: 10 additions & 10 deletions tasks/gnome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'gtk-engine-murrine'
- 'lxappearance'
- 'numix-gtk-theme-git'
- 'matcha-gtk-theme'
- 'numix-square-icon-theme'
- 'qt5-styleplugins'
- gtk-engine-murrine
- lxappearance
- numix-gtk-theme-git
- matcha-gtk-theme
- numix-square-icon-theme
- qt5-styleplugins


- name: Patch out terrible looking QT
Expand Down Expand Up @@ -97,7 +97,7 @@
state: link
force: true
loop:
- 'org.gnome.SettingsDaemon.XSettings'
- 'org.gnome.SettingsDaemon.DiskUtilityNotify'
- 'org.gnome.SettingsDaemon.Keyboard'
- 'gsettings-data-convert'
- org.gnome.SettingsDaemon.XSettings
- org.gnome.SettingsDaemon.DiskUtilityNotify
- org.gnome.SettingsDaemon.Keyboard
- gsettings-data-convert
36 changes: 18 additions & 18 deletions tasks/i3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'arandr'
- 'betterlockscreen'
- 'brightnessctl'
- 'picom'
- 'dmenu'
- 'dunst'
- 'feh'
- 'flameshot'
- 'i3-gaps'
- 'i3lock-color'
- 'lxrandr'
- 'lxqt-policykit'
- 'aur/polybar'
- 'redshift'
- 'rofi'
- 'rofi-calc'
- 'tbg'
- 'xdotool'
- arandr
- betterlockscreen
- brightnessctl
- picom
- dmenu
- dunst
- feh
- flameshot
- i3-gaps
- i3lock-color
- lxrandr
- lxqt-policykit
- aur/polybar
- redshift
- rofi
- rofi-calc
- tbg
- xdotool


- name: Set i3 variables
Expand Down
14 changes: 7 additions & 7 deletions tasks/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'gpointing-device-settings'
- 'ibus'
- 'ibus-uniemoji'
- 'libinput'
- 'libinput-gestures'
- 'solaar'
- 'xorg-xev'
- gpointing-device-settings
- ibus
- ibus-uniemoji
- libinput
- libinput-gestures
- solaar
- xorg-xev

- name: Install mouse config
copy:
Expand Down
12 changes: 6 additions & 6 deletions tasks/intersect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'calibre'
- 'deluge'
- 'feedreader'
- 'nextcloud-client'
- "quassel-client"
- calibre
- deluge
- feedreader
- nextcloud-client
- quassel-client
- terraform
- terraform-lsp-bin
- 'turtl'
- turtl


- name: Create dotfiles directory
Expand Down
4 changes: 2 additions & 2 deletions tasks/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'nodejs'
- 'nvm'
- nodejs
- nvm
14 changes: 7 additions & 7 deletions tasks/media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'ffmpeg-compat-57'
- 'spotify'
- ffmpeg-compat-57
- spotify

- name: Install media-related packages
aur:
Expand All @@ -17,11 +17,11 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'bcm20702a1-firmware'
- 'bluez-firmware'
- 'bluez-utils-compat'
- 'blueman'
- 'handbrake'
- bcm20702a1-firmware
- bluez-firmware
- bluez-utils-compat
- blueman
- handbrake

- name: Install pulseaudio
aur:
Expand Down
10 changes: 5 additions & 5 deletions tasks/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'bind-tools'
- 'gnu-netcat'
- 'nmap'
- bind-tools
- gnu-netcat
- nmap

- name: Install NetworkManager and associated tools
aur:
Expand All @@ -18,8 +18,8 @@
become_user: aur_builder
when: item not in installed_packages.stdout_lines
loop:
- 'networkmanager'
- 'network-manager-applet'
- networkmanager
- network-manager-applet

- name: Enable NetworkManger
systemd:
Expand Down
Loading

0 comments on commit 4120893

Please sign in to comment.