role(docker): dropping support for debian versions prior to 13/trixie

This commit is contained in:
2025-11-07 17:01:58 +01:00
parent 99db61d1f1
commit 3f2f47953f
2 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ namespace: dede
name: common name: common
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 0.3.3 version: 0.3.4
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md

View File

@@ -9,6 +9,7 @@
- docker-compose - docker-compose
- podman-docker - podman-docker
- containerd - containerd
- runc
- name: install prerequisites - name: install prerequisites
become: true become: true
@@ -49,9 +50,12 @@
state: present state: present
filename: docker filename: docker
update_cache: true update_cache: true
repo: > repo: |
deb [arch={{ docker_arch.stdout }} signed-by=/etc/apt/keyrings/docker.asc] Types: deb
https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable URIs: https://download.docker.com/linux/debian
Suites: {{ ansible_distribution_release }}
Components: stable
Signed-By: /etc/apt/keyrings/docker.asc
- name: install docker + compose plugin and dependencies - name: install docker + compose plugin and dependencies
become: true become: true