From 884ed33ab6e6b2fd8777c9c49ed6771960e0c11d Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 23 Feb 2020 03:24:39 -0600 Subject: [PATCH] Install more dictionaries and use a smaller one by default lol --- roles/desktop/tasks/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roles/desktop/tasks/main.yml b/roles/desktop/tasks/main.yml index 9df3c5e..f15c9aa 100644 --- a/roles/desktop/tasks/main.yml +++ b/roles/desktop/tasks/main.yml @@ -48,7 +48,10 @@ - python3-pip - qt5-default # For Multimc, should be installed on Kubuntu - vim - - wamerican-insane # Because I'm insane + - wamerican # Dictionaries because I have like two scripts that use them + - wamerican-large + - wamerican-huge + - wamerican-insane - xz-utils # For Ansible deb support - name: Install fonts and themes apt: @@ -133,5 +136,5 @@ file: path: /etc/dictionaries-common/words state: link - src: /usr/share/dict/american-english-insane + src: /usr/share/dict/american-english become: yes