mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
add dictd for offline dictionary
This commit is contained in:
parent
f0292fb6a0
commit
f5d443058f
2 changed files with 20 additions and 0 deletions
|
|
@ -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'] }
|
||||
|
|
|
|||
19
roles/dictd/tasks/main.yml
Normal file
19
roles/dictd/tasks/main.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue