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
install package ca-certificates
master
Markus Katharina Brechtel
7 years ago
parent
491fed14a8
commit
dd2a4487c6
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
tasks/main.yml
+ 6
- 0
tasks/main.yml
View File
@@ -1,5 +1,11 @@
---
- name: install packages
apt:
pkg: "{{item}}"
with_items:
- ca-certificates
- name: download atom deb package
get_url:
url: https://github.com/atom/atom/releases/download/{{atom_release}}/atom-amd64.deb
Write
Preview
Loading…
Cancel
Save