Skip to content

Commit

Permalink
Add a TODO to remind us to install version 2.x on Ubuntu Jammy when p…
Browse files Browse the repository at this point in the history
…ossible

See also #53.
  • Loading branch information
jsf9k committed Jun 12, 2024
1 parent 0f3ae79 commit 2f943b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions molecule/default/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def test_packages(host):
if distribution in ["fedora"]:
pkgs = ["amazon-efs-utils", "cargo", "make", "openssl-devel", "rpm-build"]
elif distribution in ["debian", "kali", "ubuntu"]:
# TODO - Install version 2.x on Ubuntu Jammy when possible.
# See #53 for more details.
if codename in ["buster", "bullseye", "bookworm", "jammy"]:
pkgs = ["amazon-efs-utils", "binutils", "make"]
else:
Expand Down

0 comments on commit 2f943b4

Please sign in to comment.