FreeBSD and QoL changes.
This commit is contained in:
@ -34,4 +34,5 @@
|
||||
name:
|
||||
- "{{ firefox }}"
|
||||
- "{{ thunderbird }}"
|
||||
- "{{ evolution }}"
|
||||
state: absent
|
15
tasks/freebsd_gui.yml
Normal file
15
tasks/freebsd_gui.yml
Normal file
@ -0,0 +1,15 @@
|
||||
- name: Install FreeBSD UI Software
|
||||
package:
|
||||
name:
|
||||
- xorg
|
||||
- gnome3
|
||||
- "{{ firefox }}"
|
||||
- "{{ thunderbird }}"
|
||||
update_cache: yes
|
||||
|
||||
- name: Uninstall Bloat
|
||||
package:
|
||||
name:
|
||||
- "{{ evolution }}"
|
||||
update_cache: yes
|
||||
present: no
|
Reference in New Issue
Block a user