add dictd for offline dictionary

This commit is contained in:
Pig Monkey 2019-04-29 18:43:34 -07:00
parent f0292fb6a0
commit f5d443058f
2 changed files with 20 additions and 0 deletions

View file

@ -50,6 +50,7 @@
- { role: cups, tags: ['cups'] }
- { role: office, tags: ['office'] }
- { role: pdf, tags: ['pdf'] }
- { role: dictd, tags: ['dictd'] }
- { role: redshift, tags: ['redshift'] }
- { role: rtorrent, tags: ['rtorrent'] }
- { role: virtualbox, tags: ['virtualbox'] }

View file

@ -0,0 +1,19 @@
---
- name: Install dictd
pacman:
name: dictd
state: present
- name: Install GNU Collaborative International Dictionary of English
aur:
name: dict-gcide
user: "{{ user.name }}"
tags:
- aur
- name: Install WordNet database
aur:
name: dict-wn
user: "{{ user.name }}"
tags:
- aur