From 0b878674d3006273d539667e83c297c65cb540e0 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 31 Jul 2026 11:35:36 -0700 Subject: [PATCH] Change how removal is done to properly handle multiple packages. --- tasks/workstation/linux/software/tlp.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tasks/workstation/linux/software/tlp.yml b/tasks/workstation/linux/software/tlp.yml index 57f6ec0..68d76c4 100644 --- a/tasks/workstation/linux/software/tlp.yml +++ b/tasks/workstation/linux/software/tlp.yml @@ -31,7 +31,9 @@ - name: Workstation | Linux | Software | TLP | Conflicts | Remove package: - name: "{{ ppd_package }} {{ acf_package }}" + name: + - "{{ ppd_package }}" + - "{{ acf_package }}" state: absent ## Install TLP + Associated Software ## @@ -84,4 +86,4 @@ name: "{{ tlp_service }}" state: started 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.