mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-05 04:38:16 +00:00
Solved condition typo bug II
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
- driver-non-free
|
- driver-non-free
|
||||||
|
|
||||||
- name: pc-office
|
- name: pc-office
|
||||||
when: ("collection_officetools in group_names)
|
when: ("collection_officetools" in group_names)
|
||||||
include_role:
|
include_role:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
|
|||||||
Reference in New Issue
Block a user