|
|
@ -35,11 +35,12 @@ |
|
|
|
state: present |
|
|
|
when: docker_compose_bin_exist.stat.exists == False |
|
|
|
|
|
|
|
- name: Add deb repository |
|
|
|
apt_repository: |
|
|
|
repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ lsb_release }} stable |
|
|
|
state: present |
|
|
|
when: docker_compose_bin_exist.stat.exists == False |
|
|
|
#- name: Add deb repository |
|
|
|
# apt_repository: |
|
|
|
# repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu groovy stable |
|
|
|
# update_cache: yes |
|
|
|
# state: present |
|
|
|
# when: docker_compose_bin_exist.stat.exists == False |
|
|
|
|
|
|
|
- name: Install docker |
|
|
|
apt: |
|
|
|