From 79fc6be3ebd32763a3391d24b3cbf8a9c78243df Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 16 Mar 2020 18:00:01 -0500 Subject: [PATCH] Remove erroneous dictionary entry --- roles/desktop/tasks/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/desktop/tasks/main.yml b/roles/desktop/tasks/main.yml index 36b937a..5525683 100644 --- a/roles/desktop/tasks/main.yml +++ b/roles/desktop/tasks/main.yml @@ -145,11 +145,4 @@ 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 become: yes