From 175b36c3edb57cb79dc6dde71115f858d6a0b404 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 23 Feb 2020 00:30:13 -0600 Subject: [PATCH] Add wamerican-insane dictionary to playbook I'm having an aneurism --- roles/desktop/tasks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/desktop/tasks/main.yml b/roles/desktop/tasks/main.yml index 14accb3..9df3c5e 100644 --- a/roles/desktop/tasks/main.yml +++ b/roles/desktop/tasks/main.yml @@ -48,6 +48,7 @@ - python3-pip - qt5-default # For Multimc, should be installed on Kubuntu - vim + - wamerican-insane # Because I'm insane - xz-utils # For Ansible deb support - name: Install fonts and themes apt: @@ -126,4 +127,11 @@ loop: - mpd.socket - 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