Skip to content

Commit b7a96bd

Browse files
committed
Add support for Noble
1 parent 9706646 commit b7a96bd

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
ansible-version: '>=9, <10'
5252
- distro: ubuntu2004
5353
- distro: ubuntu2204
54+
- distro: ubuntu2404
5455

5556
steps:
5657
- name: Check out the codebase

Vagrantfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ boxes = [
2525
:cpu => "50",
2626
:ram => "512"
2727
},
28+
{
29+
:name => "ubuntu-2404",
30+
:box => "bento/ubuntu-24.04",
31+
:ip => '10.0.0.16',
32+
:cpu => "50",
33+
:ram => "512"
34+
},
2835
{
2936
:name => "debian-10",
3037
:box => "bento/debian-10",
@@ -44,7 +51,7 @@ boxes = [
4451
:box => "bento/debian-12",
4552
:ip => '10.0.0.20',
4653
:cpu => "50",
47-
:ram => "256"
54+
:ram => "384"
4855
},
4956
]
5057

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ galaxy_info:
1313
- bionic
1414
- focal
1515
- jammy
16+
- noble
1617
- name: Debian
1718
versions:
1819
- buster

0 commit comments

Comments
 (0)