docker: Use new ansible_facts variable format
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
- name: Add docker apt repository
|
||||
ansible.builtin.deb822_repository:
|
||||
name: docker
|
||||
uris: https://download.docker.com/linux/{{ ansible_distribution | lower }}
|
||||
uris: https://download.docker.com/linux/{{ ansible_facts.distribution | lower }}
|
||||
signed_by: https://download.docker.com/linux/debian/gpg
|
||||
suites: "{{ ansible_distribution_release }}"
|
||||
suites: "{{ ansible_facts.distribution_release }}"
|
||||
# architectures: "{{ apt_arch }}"
|
||||
components:
|
||||
- stable
|
||||
|
||||
Reference in New Issue
Block a user