Merge branch 'master' of https://git.mvl.sh/vleeuwenmenno/dotfiles
This commit is contained in:
@ -36,7 +36,6 @@
|
||||
name:
|
||||
- git
|
||||
- vim
|
||||
- trash-cli
|
||||
- curl
|
||||
- wget
|
||||
- httpie
|
||||
|
@ -48,7 +48,6 @@
|
||||
- com.spotify.Client
|
||||
- com.plexamp.Plexamp
|
||||
- tv.plex.PlexDesktop
|
||||
- io.bassi.Amberol
|
||||
|
||||
# Messaging
|
||||
- org.telegram.desktop
|
||||
@ -57,8 +56,8 @@
|
||||
- io.github.equicord.equibop
|
||||
|
||||
# Utilities
|
||||
- io.gitlab.elescoute.spacelaunch
|
||||
- org.fkoehler.KTailctl
|
||||
- de.haeckerfelix.AudioSharing
|
||||
- com.usebottles.bottles
|
||||
- com.github.tchx84.Flatseal
|
||||
- com.github.wwmm.easyeffects
|
||||
@ -69,6 +68,7 @@
|
||||
- net.davidotek.pupgui2
|
||||
- com.mastermindzh.tidal-hifi
|
||||
- io.github.flattool.Warehouse
|
||||
- io.github.johannesboehler2.BmiCalculator
|
||||
- io.github.nokse22.Exhibit
|
||||
- net.nokyan.Resources
|
||||
- io.github.flattool.Ignition
|
||||
|
20
config/ansible/tasks/workstations/purge-libreoffice.yml
Normal file
20
config/ansible/tasks/workstations/purge-libreoffice.yml
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
- name: Purge LibreOffice and related packages
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- libreoffice*
|
||||
- libreoffice-common
|
||||
- libreoffice-core
|
||||
- libreoffice-writer
|
||||
- libreoffice-calc
|
||||
- libreoffice-impress
|
||||
- libreoffice-draw
|
||||
- libreoffice-base
|
||||
- libreoffice-math
|
||||
- libreoffice-gnome
|
||||
- libreoffice-gtk3
|
||||
state: absent
|
||||
purge: true
|
||||
autoremove: true
|
||||
update_cache: true
|
@ -34,6 +34,9 @@
|
||||
- name: Include Zed Editor tasks
|
||||
ansible.builtin.import_tasks: tasks/workstations/zed-editor.yml
|
||||
|
||||
- name: Include purge LibreOffice tasks
|
||||
ansible.builtin.import_tasks: tasks/workstations/purge-libreoffice.yml
|
||||
|
||||
- name: Ensure workstation common packages are installed
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Set Zen browser version
|
||||
ansible.builtin.set_fact:
|
||||
zen_browser_version: "1.12.3b"
|
||||
zen_browser_version: "1.12.6b"
|
||||
|
||||
- name: Create directory for browser
|
||||
ansible.builtin.file:
|
||||
|
Reference in New Issue
Block a user