Fix warning
Some checks failed
/ Ansible Lint (push) Failing after 44s

This commit is contained in:
Stefan Bethke 2026-01-25 13:01:52 +01:00
commit 664b9115b8

View file

@ -9,7 +9,7 @@
- name: Ensure Docker APT repository is added
ansible.builtin.apt_repository:
repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/docker.asc] https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable"
repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/docker.asc] https://download.docker.com/linux/debian {{ ansible_facts['distribution_release'] }} stable"
filename: docker
state: present
become: true