Formatting

This commit is contained in:
2025-04-15 14:03:32 -05:00
parent 5089c82710
commit 405fcb4447

View File

@@ -1,35 +1,39 @@
---
- name: Install Tachikoma packages
become: yes
package:
- name: Install Tachikoma packages
become: true
ansible.builtin.package:
name:
- wifi-menu
- weechat
- elinks
- wifi-menu # Needed XFCE4 add-ons
- conky
- xfce4
- xfce4-goodies
- xfce4-screenshooter
- xscreensaver
- libreoffice-still
- alsamixer
- sshfs # Mount helpers
- mtpfs
- libmtp
- libreoffice-still # Office
- hunspell
- hunspell-en_us
- google-chrome
- keepassxc
- sshfs
- vlc
- cups
- weechat # Clients
- elinks
- google-chrome
- vlc # Multimedia
- sound-juicer
- obs-studio
- kdenlive
- gimp
- cups # Printing
- brother-mfc-j430w
- brscan4
- xsane
- mtpfs
- libmtp
- alsamixer
- name: Remove deprecated packages
become: yes
package:
- name: Remove deprecated packages
become: true
ansible.builtin.package:
name:
- chromium
- keepassx
@@ -37,11 +41,11 @@
- irssi
- lynx
- name: Enable services
become: yes
service:
- name: Enable services
become: true
ansible.builtin.service:
name: "{{ item }}"
state: running
enabled: yes
enabled: true
with:
- cups.service