This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-atom_editor
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
rollback
master
Markus Katharina Brechtel
7 years ago
parent
400c51608a
commit
f40f688e64
3 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
defaults/main.yml
+1
-0
tasks/main.yml
+0
-1
vars/main.yml
+ 2
- 0
defaults/main.yml
View File
@@ -0,0 +1,2 @@
atom_release: v1.22.0
atom_deb_checksum: sha512:d063babeb19b1bcdd873461f176f899126f1f616aa13d1ab200344a73db843dd42e7d479ebaff05388155c42d6162de28b366b5b64e6f6caffd5d9d17cd1d64d
+ 1
- 0
tasks/main.yml
View File
@@ -10,6 +10,7 @@
get_url:
url: https://github.com/atom/atom/releases/download/{{atom_release}}/atom-amd64.deb
dest: /opt/atom-amd64.deb
checksum: "{{atom_deb_checksum}}"
- name: install atom
apt:
+ 0
- 1
vars/main.yml
View File
@@ -1 +0,0 @@
atom_release: v1.22.0
Write
Preview
Loading…
Cancel
Save