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