Add bookokrat to source tools with build_output_path support

This commit is contained in:
Fabio Scotto di Santolo
2026-04-18 11:36:05 +02:00
parent 23d05f7897
commit b0286eed03
3 changed files with 17 additions and 3 deletions

View File

@@ -434,8 +434,12 @@
- name: Build and install desktop source tools
tags: [packages]
ansible.builtin.include_tasks: source_tool.yml
ansible.builtin.include_tasks:
file: source_tool.yml
apply:
tags: [packages]
loop: "{{ desktop_source_tools }}"
when: desktop_source_tools | length > 0
loop_control:
loop_var: source_tool
label: "{{ source_tool.name }}"