Solved collection dependency bug

This commit is contained in:
2025-07-12 13:42:45 +02:00
parent b2e32aacf3
commit e174523fc6
52 changed files with 148 additions and 69 deletions

View File

@@ -2,11 +2,11 @@
community.general.pacman:
name:
- ttf-liberation
- "libreoffice-{{ applications.libreoffice.flavor }}"
- "libreoffice-{{ applications['desk-libreoffice'].flavor }}"
state: present
- name: install libreoffice language packages
community.general.pacman:
name: "libreoffice-{{ applications.libreoffice.flavor }}-{{ item }}"
name: "libreoffice-{{ applications['desk-libreoffice'].flavor }}-{{ item }}"
state: present
loop: "{{libreoffice_languages}}"