docker roles: Support debian 12

This commit is contained in:
jtbx 2023-07-06 22:14:44 +02:00
commit 67483ece20
3 changed files with 3 additions and 1 deletions

View file

@ -9,7 +9,7 @@
- name: make sure Dockers 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 bullseye stable
repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/docker.asc] https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable"
filename: docker
state: present
become: true