We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288ed52 commit 7da90a9Copy full SHA for 7da90a9
ansible/roles/atom/tasks/main.yml
@@ -2,4 +2,10 @@
2
- name: "install atom using deb link"
3
apt:
4
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
11
autoremove=yes
0 commit comments