Skip to content

Commit

Permalink
fix for https
Browse files Browse the repository at this point in the history
  • Loading branch information
spigad committed Jul 16, 2019
1 parent d379b70 commit 8de87c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- ansible_version.minor >= 5
- ansible_distribution_version is version('16.04', '!=')

- name: Install docker requisites
apt: name=apt-transport-https,ca-certificates,software-properties-common

- name: "[Ubuntu] Add docker apt repo"
apt_repository:
repo='deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable'
Expand Down

0 comments on commit 8de87c8

Please sign in to comment.