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 - name: Install Tachikoma packages
become: yes become: true
package: ansible.builtin.package:
name: name:
- wifi-menu - wifi-menu # Needed XFCE4 add-ons
- weechat
- elinks
- conky - conky
- xfce4 - xfce4
- xfce4-goodies - xfce4-goodies
- xfce4-screenshooter - xfce4-screenshooter
- xscreensaver - xscreensaver
- libreoffice-still - alsamixer
- sshfs # Mount helpers
- mtpfs
- libmtp
- libreoffice-still # Office
- hunspell - hunspell
- hunspell-en_us - hunspell-en_us
- google-chrome
- keepassxc - keepassxc
- sshfs - weechat # Clients
- vlc - elinks
- cups - google-chrome
- vlc # Multimedia
- sound-juicer
- obs-studio
- kdenlive
- gimp
- cups # Printing
- brother-mfc-j430w - brother-mfc-j430w
- brscan4 - brscan4
- xsane - xsane
- mtpfs
- libmtp
- alsamixer
- name: Remove deprecated packages - name: Remove deprecated packages
become: yes become: true
package: ansible.builtin.package:
name: name:
- chromium - chromium
- keepassx - keepassx
@@ -38,10 +42,10 @@
- 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