Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-atom_editor
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
rollback
master
Markus Katharina Brechtel
7 anni fa
parent
400c51608a
commit
f40f688e64
3 ha cambiato i file
con
3 aggiunte
e
1 eliminazioni
Visualizzazione separata
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
Vedi File
@@ -0,0 +1,2 @@
atom_release: v1.22.0
atom_deb_checksum: sha512:d063babeb19b1bcdd873461f176f899126f1f616aa13d1ab200344a73db843dd42e7d479ebaff05388155c42d6162de28b366b5b64e6f6caffd5d9d17cd1d64d
+ 1
- 0
tasks/main.yml
Vedi 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
Vedi File
@@ -1 +0,0 @@
atom_release: v1.22.0
Write
Preview
Loading…
Annulla
Salva