Formatting

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

View File

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