Ansible_workstation/tasks/arch_graphicals.yml

19 lines
312 B
YAML
Raw Normal View History

2018-08-22 20:54:51 +00:00
---
- name: Install graphical packages
pacman:
name: "{{ item }}"
state: present
with_items:
- gimp
- firefox
- firefox-i18n-fr
2018-08-22 20:57:19 +00:00
- chromium
2018-08-22 20:54:51 +00:00
- inkscape
- thunderbird
- thunderbird-i18n-fr
- libreoffice-fresh
- hunspell
- hunspell-fr
- rxvt-unicode
2018-08-22 20:57:19 +00:00
- vlc