Ansible_workstation/tasks/arch_graphicals.yml

18 lines
310 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
- chromium-browser
- inkscape
- thunderbird
- thunderbird-i18n-fr
- libreoffice-fresh
- hunspell
- hunspell-fr
- rxvt-unicode