From d1de427653f57a9c9738e70012f6139a5692978a Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 2 Apr 2025 00:31:33 +0200 Subject: [PATCH] Solved condition typo bug II --- tasks/personal-computer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/personal-computer.yml b/tasks/personal-computer.yml index 8520a870..e6c58bb6 100644 --- a/tasks/personal-computer.yml +++ b/tasks/personal-computer.yml @@ -9,7 +9,7 @@ - driver-non-free - name: pc-office - when: ("collection_officetools in group_names) + when: ("collection_officetools" in group_names) include_role: name: "{{ item }}" loop: