We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77727b commit 31a1e4dCopy full SHA for 31a1e4d
tasks/main.yml
@@ -103,8 +103,9 @@
103
ansible.builtin.apt_repository:
104
repo: >-
105
deb [arch={{ ansible_facts.architecture }}]
106
- {{ docker_repo_url }}/{{ ansible_facts['distribution'] | lower }}
+ {{ docker_repo_url }}/{{ docker_apt_ansible_distribution | lower }}
107
{{ ansible_facts['lsb']['codename'] | default(ansible_facts.get('distribution_release', '')) }}
108
+ {{ docker_apt_release_channel }}
109
filename: "{{ docker_apt_filename }}"
110
state: present
111
when: docker_add_repo | bool and ansible_facts.os_family == 'Debian'
0 commit comments