fix docker install
This commit is contained in:
parent
67021cebc5
commit
754233d28e
@ -18,7 +18,7 @@
|
||||
|
||||
- name: add docker repo
|
||||
apt_repository:
|
||||
repo: deb https://download.docker.com/linux/ubuntu {{release}} stable
|
||||
repo: deb https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable
|
||||
state: present
|
||||
filename: docker
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user