Explorar el Código

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

master
padre
commit
79310235d1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      tasks/main.yml

+ 2
- 0
tasks/main.yml Ver fichero

@@ -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:


Cargando…
Cancelar
Guardar