Split package facts between CLI and UI.

This commit is contained in:
2021-02-02 20:44:31 -06:00
parent 14df956852
commit 6633e62c77
7 changed files with 16 additions and 21 deletions

View File

@ -6,13 +6,14 @@
name:
- xorg
- gnome3
- "{{ firefox }}"
- "{{ firefox-esr }}"
- "{{ thunderbird }}"
state: present
- name: FreeBSD | Software | Uninstall Bloat
package:
name:
- "{{ firefox }}"
- "{{ evolution }}"
state: absent

View File

@ -35,6 +35,7 @@
package:
name:
- "{{ firefox }}"
- "{{ firefox-esr }}"
- "{{ thunderbird }}"
- "{{ evolution }}"
state: absent