fix docker install

This commit is contained in:
pgrondek 2020-05-26 00:41:10 +02:00
parent 67021cebc5
commit 754233d28e

View File

@ -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