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
add repository id and apt-transport-https as a requirement
master
Markus Katharina Brechtel
6 years ago
parent
013c9a6692
commit
79310235d1
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/main.yml
+ 2
- 0
tasks/main.yml
View File
@@ -5,10 +5,12 @@
pkg: "{{item}}"
with_items:
- ca-certificates
- apt-transport-https
- name: atom repository key
apt_key:
url: https://packagecloud.io/AtomEditor/atom/gpgkey
id: 0A0FAB860D48560332EFB581B75442BBDE9E3B09
state: present
- apt_repository:
Write
Preview
Loading…
Cancel
Save