Implemented update for yay

This commit is contained in:
2023-12-03 16:20:30 +01:00
parent 3120b23eb4
commit ace70337ea
6 changed files with 56 additions and 11 deletions

View File

@@ -2,11 +2,11 @@
community.general.pacman:
name:
- ttf-liberation
- libreoffice-still
- libreoffice-fresh
state: present
- name: install libreoffice language packages
community.general.pacman:
name: "libreoffice-still-{{ item }}"
name: "libreoffice-fresh-{{ item }}"
state: present
loop: "{{libreoffice_languages}}"