From 088d33a59baeca84afe0ef320c4801a73cd07591 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Wed, 12 Jun 2024 14:33:03 -0400 Subject: [PATCH] Reference #79 in a TODO comment This will serve as a reminder to support Trixie when possible. --- .github/workflows/build.yml | 8 +++++--- meta/main.yml | 7 ++++--- molecule/default/molecule.yml | 6 ++++-- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6dbe1ea..96fb911 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -185,9 +185,11 @@ jobs: - debian10-systemd - debian11-systemd - debian12-systemd - # Docker does not yet officially support Debian Trixie. See - # https://docs.docker.com/engine/install/debian/ for more - # details. + # TODO: Docker does not yet officially support Debian + # Trixie, but we should add support when that becomes + # possible. See + # https://docs.docker.com/engine/install/debian/ and + # cisagov/ansible-role-docker#79 for more details. # - debian13-systemd - fedora39-systemd - fedora40-systemd diff --git a/meta/main.yml b/meta/main.yml index e012f6f..7afdee8 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -30,9 +30,10 @@ galaxy_info: - buster - bullseye - bookworm - # Docker does not yet officially support Debian Trixie. See - # https://docs.docker.com/engine/install/debian/ for more - # details. + # TODO: Docker does not yet officially support Debian Trixie, + # but we should add support when that becomes possible. See + # https://docs.docker.com/engine/install/debian/ and + # cisagov/ansible-role-docker#79 for more details. # - trixie - name: Fedora versions: diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 4575410..2bf48df 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -76,8 +76,10 @@ platforms: privileged: true volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw - # Docker does not yet officially support Debian Trixie. See - # https://docs.docker.com/engine/install/debian/ for more details. + # TODO: Docker does not yet officially support Debian Trixie, but we + # should add support when that becomes possible. See + # https://docs.docker.com/engine/install/debian/ and + # cisagov/ansible-role-docker#79 for more details. # - cgroupns_mode: host # command: /lib/systemd/systemd # image: docker.io/cisagov/docker-debian13-ansible:latest