Add wamerican-insane dictionary to playbook
I'm having an aneurism
This commit is contained in:
parent
363c11b2c1
commit
175b36c3ed
@ -48,6 +48,7 @@
|
|||||||
- python3-pip
|
- python3-pip
|
||||||
- qt5-default # For Multimc, should be installed on Kubuntu
|
- qt5-default # For Multimc, should be installed on Kubuntu
|
||||||
- vim
|
- vim
|
||||||
|
- wamerican-insane # Because I'm insane
|
||||||
- xz-utils # For Ansible deb support
|
- xz-utils # For Ansible deb support
|
||||||
- name: Install fonts and themes
|
- name: Install fonts and themes
|
||||||
apt:
|
apt:
|
||||||
@ -126,4 +127,11 @@
|
|||||||
loop:
|
loop:
|
||||||
- mpd.socket
|
- mpd.socket
|
||||||
- mpd.service
|
- mpd.service
|
||||||
|
- name: Odd one-off tasks
|
||||||
|
block:
|
||||||
|
- name: Link in wamerican-insane dictionary
|
||||||
|
file:
|
||||||
|
path: /etc/dictionaries-common/words
|
||||||
|
state: link
|
||||||
|
src: /usr/share/dict/american-english-insane
|
||||||
become: yes
|
become: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user