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:
parent
59e3dc7947
commit
f66e39ad6e
@ -5,9 +5,10 @@
|
||||
- gnome3
|
||||
- "{{ firefox }}"
|
||||
- "{{ thunderbird }}"
|
||||
state: present
|
||||
|
||||
- name: Uninstall Bloat
|
||||
package:
|
||||
name:
|
||||
- "{{ evolution }}"
|
||||
present: no
|
||||
state: absent
|
||||
|
@ -4,3 +4,4 @@
|
||||
- htop
|
||||
- neofetch
|
||||
- "{{ sshfs }}"
|
||||
state: present
|
||||
|
Loading…
x
Reference in New Issue
Block a user