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
new apt module format
master
Markus Katharina Brechtel
5 years ago
parent
d62df46396
commit
83c89874c0
1 changed files
with
3 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
tasks/main.yml
+ 3
- 4
tasks/main.yml
View File
@@ -2,10 +2,9 @@
- name: install packages
apt:
pkg: "{{item}}"
with_items:
- ca-certificates
- apt-transport-https
pkg:
- ca-certificates
- apt-transport-https
- name: atom apt repository key
apt_key:
Write
Preview
Loading…
Cancel
Save