Browse Source

add repository id and apt-transport-https as a requirement

master
parent
commit
79310235d1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tasks/main.yml

+ 2
- 0
tasks/main.yml View File

@@ -5,10 +5,12 @@
pkg: "{{item}}" pkg: "{{item}}"
with_items: with_items:
- ca-certificates - ca-certificates
- apt-transport-https


- name: atom repository key - name: atom repository key
apt_key: apt_key:
url: https://packagecloud.io/AtomEditor/atom/gpgkey url: https://packagecloud.io/AtomEditor/atom/gpgkey
id: 0A0FAB860D48560332EFB581B75442BBDE9E3B09
state: present state: present


- apt_repository: - apt_repository:


Loading…
Cancel
Save