Skip to content

Commit

Permalink
Merge pull request #3 from GabeLambda/master
Browse files Browse the repository at this point in the history
Use https when adding the 1.5.0 docker repo
  • Loading branch information
srikalyan committed May 25, 2016
2 parents 44768ca + 8281456 commit 47db57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/lxc-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- name: Add LXC Docker Repository
apt_repository:
repo: 'deb http://get.docker.io/ubuntu docker main'
repo: 'deb https://get.docker.io/ubuntu docker main'
update_cache: yes

- name: Install LXC Docker
Expand Down

0 comments on commit 47db57c

Please sign in to comment.