Fancify the editing setting to allow only audio or only video programs. Move GIMP to Generic so that it's always installed..

This commit is contained in:
2025-01-05 16:59:37 -07:00
parent 391129e19b
commit 3dffbc11db
5 changed files with 87 additions and 28 deletions

View File

@ -4,7 +4,7 @@
# General #
- name: Workstation | FreeBSD | Software | Packages | General | Install
package:
package:
name:
- "{{ firefox_esr }}"
- "{{ evolution }}"
@ -13,7 +13,7 @@
state: present
- name: Workstation | FreeBSD | Software | Packages | General | Uninstall Bloat
package:
package:
name:
- "{{ firefox }}"
- "{{ thunderbird }}"
@ -22,14 +22,14 @@
# Coding #
- name: Workstation | FreeBSD | Software | Packages | Coding | Install
package:
package:
name:
- vscode
state: present
when: coding == true
- name: Workstation | FreeBSD | Software | Packages | Coding | Install
package:
package:
name:
- vscode
state: absent
@ -38,27 +38,27 @@
# Media Editors #
- name: Workstation | FreeBSD | Software | Packages | Editing | Install
package:
package:
name:
- gimp
- shotcut
- obs-studio
state: present
when: editing == true
when: editing in (true, "video")
- name: Workstation | FreeBSD | Software | Packages | Editing | Install
package:
package:
name:
- gimp
- shotcut
- obs-studio
state: absent
when: not editing == true
when: not editing in (true, "video")
# Gaming #
- name: Workstation | FreeBSD | Software | Packages | Gaming | Install
package:
package:
name:
- 0ad
- supertuxkart
@ -66,7 +66,7 @@
when: gaming == true
- name: Workstation | FreeBSD | Software | Packages | Gaming | Install
package:
package:
name:
- 0ad
- supertuxkart