diff --git a/docker.yaml b/docker.yaml index 3fad3e9..8375cff 100644 --- a/docker.yaml +++ b/docker.yaml @@ -21,7 +21,8 @@ - name: Add Docker's APT repo ansible.builtin.apt_repository: - repo: "deb [arch={{ docker_arch }}] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable" + # repo: "deb [arch={{ docker_arch }}] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable" + repo: "deb [arch={{ docker_arch }}] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable" state: present update_cache: yes