Debian support broken by hardcoded Ubuntu URL in APT path
DJMatus23 opened this issue · 0 comments
DJMatus23 commented
Hi,
Hardcoded distribution that was added in v2.5.0 in 44ba18f#diff-7eeda618087b49ae876084ab6c73fdbb breaks Debian support.
I'm assuming this should say:
apt_repository: "deb [arch=amd64] https://download.docker.com/linux/{{ ansible_lsb.id|lower }} {{ ansible_lsb.codename|lower }} stable"
Best regards
DJM23