FreeBSD does not support update_cache.

This commit is contained in:
Hyperling 2021-01-31 13:13:21 -06:00
parent 319a717e68
commit b57f49e7c9
2 changed files with 0 additions and 3 deletions

View File

@ -5,11 +5,9 @@
- gnome3 - gnome3
- "{{ firefox }}" - "{{ firefox }}"
- "{{ thunderbird }}" - "{{ thunderbird }}"
update_cache: yes
- name: Uninstall Bloat - name: Uninstall Bloat
package: package:
name: name:
- "{{ evolution }}" - "{{ evolution }}"
update_cache: yes
present: no present: no

View File

@ -4,4 +4,3 @@
- htop - htop
- neofetch - neofetch
- "{{ sshfs }}" - "{{ sshfs }}"
update_cache: yes