Change how removal is done to properly handle multiple packages.

This commit is contained in:
2026-07-31 11:35:36 -07:00
parent 6e86149f59
commit 0b878674d3
+4 -2
View File
@@ -31,7 +31,9 @@
- name: Workstation | Linux | Software | TLP | Conflicts | Remove - name: Workstation | Linux | Software | TLP | Conflicts | Remove
package: package:
name: "{{ ppd_package }} {{ acf_package }}" name:
- "{{ ppd_package }}"
- "{{ acf_package }}"
state: absent state: absent
## Install TLP + Associated Software ## ## Install TLP + Associated Software ##
@@ -84,4 +86,4 @@
name: "{{ tlp_service }}" name: "{{ tlp_service }}"
state: started state: started
enabled: true enabled: true
when: ansible_service_mgr != "runit" # TBD: Figure out how to do this. when: ansible_service_mgr != "runit" # TBD: Figure out how to do this on runit.