fix-docker #5

Merged
fedy95 merged 1 commits from init-repo into master 5 years ago
  1. 3
      roles/docker/tasks/main.yml

3
roles/docker/tasks/main.yml

@ -4,7 +4,8 @@
apt_key: id="F76221572C52609D" url=https://apt.dockerproject.org/gpg state=present
- name: Add deb repository
apt_repository: deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable
apt_repository:
repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable
state: present
update_cache: yes