env-ansible/tasks/freebsd_gui.yml

16 lines
261 B
YAML

- 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