19 lines
312 B
YAML
19 lines
312 B
YAML
---
|
|
- name: Install graphical packages
|
|
pacman:
|
|
name: "{{ item }}"
|
|
state: present
|
|
with_items:
|
|
- gimp
|
|
- firefox
|
|
- firefox-i18n-fr
|
|
- chromium
|
|
- inkscape
|
|
- thunderbird
|
|
- thunderbird-i18n-fr
|
|
- libreoffice-fresh
|
|
- hunspell
|
|
- hunspell-fr
|
|
- rxvt-unicode
|
|
- vlc
|