From f0292fb6a0c0380b83bc28c348f536d433ecf753 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 25 Apr 2019 20:34:08 -0700 Subject: [PATCH] replace split hunspell-en package with hunspell-en_US --- roles/spell/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/spell/tasks/main.yml b/roles/spell/tasks/main.yml index c462409..27a47d3 100644 --- a/roles/spell/tasks/main.yml +++ b/roles/spell/tasks/main.yml @@ -3,7 +3,7 @@ pacman: name: - hunspell - - hunspell-en + - hunspell-en_US state: present tags: - hunspell