Skip to content

Commit

Permalink
Merge pull request #80 from cisagov/add-todo-comments
Browse files Browse the repository at this point in the history
Reference #79 in a TODO comment
  • Loading branch information
jsf9k authored Jun 14, 2024
2 parents ff44677 + 088d33a commit 0fdc370
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fdc370

Please sign in to comment.