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
atom v1.22.0 and disable checksum
master
Markus Katharina Brechtel
7 years ago
parent
1addf0fdb5
commit
400c51608a
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
tasks/main.yml
+1
-2
vars/main.yml
+ 0
- 1
tasks/main.yml
View File
@@ -10,7 +10,6 @@
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:
+ 1
- 2
vars/main.yml
View File
@@ -1,2 +1 @@
atom_release: v1.21.2
atom_deb_checksum: sha512:da4a8c8863cf551999043a5c868b7ccfea76f1b928f9a13920438547c094a9dabc6859026a32fdcccf7192988a0c3942ce9a21e0a140298f0b7e601a4b7d0e9d
atom_release: v1.22.0
Write
Preview
Loading…
Cancel
Save