mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-03 17:50:51 +02:00
Bump min Ansible version and add Debian Trixie platform
- Update min Ansible version to 2.15.1 (required for functional deb822 module) - Adds Debian 13 Trixie as a supported platform
This commit is contained in:
parent
ed8a8ea98f
commit
7f44a1d9ad
@ -7,7 +7,7 @@ galaxy_info:
|
|||||||
description: Docker for Linux.
|
description: Docker for Linux.
|
||||||
company: "Midwestern Mac, LLC"
|
company: "Midwestern Mac, LLC"
|
||||||
license: "license (BSD, MIT)"
|
license: "license (BSD, MIT)"
|
||||||
min_ansible_version: 2.10
|
min_ansible_version: 2.15.1
|
||||||
platforms:
|
platforms:
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
@ -17,6 +17,7 @@ galaxy_info:
|
|||||||
- buster
|
- buster
|
||||||
- bullseye
|
- bullseye
|
||||||
- bookworm
|
- bookworm
|
||||||
|
- trixie
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- bionic
|
- bionic
|
||||||
|
Loading…
Reference in New Issue
Block a user