Fix package variable "present: no" to "state: absent". Also added "state: present" to other package calls. I was so close to knowing it off-hand!

This commit is contained in:
Hyperling 2021-01-31 13:25:18 -06:00
parent 59e3dc7947
commit f66e39ad6e
2 changed files with 3 additions and 1 deletions

View File

@ -5,9 +5,10 @@
- gnome3 - gnome3
- "{{ firefox }}" - "{{ firefox }}"
- "{{ thunderbird }}" - "{{ thunderbird }}"
state: present
- name: Uninstall Bloat - name: Uninstall Bloat
package: package:
name: name:
- "{{ evolution }}" - "{{ evolution }}"
present: no state: absent

View File

@ -4,3 +4,4 @@
- htop - htop
- neofetch - neofetch
- "{{ sshfs }}" - "{{ sshfs }}"
state: present