Skip to content

Commit

Permalink
Use old version on Ubuntu Noble
Browse files Browse the repository at this point in the history
See #53 for more details.
  • Loading branch information
jsf9k committed Jun 21, 2024
1 parent 0a8d949 commit 40d2723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions molecule/default/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ 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"]:
# TODO - Install version 2.x on Ubuntu Jammy and Noble when
# possible. See #53 for more details.
if codename in ["buster", "bullseye", "bookworm", "jammy", "noble"]:
pkgs = ["amazon-efs-utils", "binutils", "make"]
else:
pkgs = [
Expand Down
1 change: 1 addition & 0 deletions vars/Ubuntu_noble.yml

0 comments on commit 40d2723

Please sign in to comment.