Skip to content

Commit 7da90a9

Browse files
author
Chris Morgan
committed
Add en_gb dictionary to Atom installation
1 parent 288ed52 commit 7da90a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ansible/roles/atom/tasks/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
- name: "install atom using deb link"
33
apt:
44
deb="https://github.com/atom/atom/releases/download/v{{atom_version}}/atom-amd64.deb"
5+
autoremove=yes
6+
7+
- name: "install en_gb dictionary"
8+
apt:
9+
name=myspell-en-gb
10+
state=present
511
autoremove=yes

0 commit comments

Comments
 (0)