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