init-repo
master
@ -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