- name: install libreoffice community.general.pacman: name: - ttf-liberation - libreoffice-still state: present - name: install libreoffice language packages community.general.pacman: name: "libreoffice-still-{{ item }}" state: present loop: "{{libreoffice_languages}}"