agrego dependencia apt-transport-https

This commit is contained in:
Mauro Torrez 2019-05-25 15:00:52 -03:00
parent 002ced120b
commit a49c7f22de

View File

@ -3,6 +3,12 @@
# A partir de instrucciones en # A partir de instrucciones en
# https://docs.docker.com/engine/installation/linux/docker-ce/debian/ # https://docs.docker.com/engine/installation/linux/docker-ce/debian/
- name: Instalar pre-dependencias
when: docker_target_release == 'stretch'
apt:
name: apt-transport-https
state: present
- name: Instalar dependencias (python2) - name: Instalar dependencias (python2)
when: ansible_python.version.major == 2 when: ansible_python.version.major == 2
apt: apt: