File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 5151 ansible-version : ' >=9, <10'
5252 - distro : ubuntu2004
5353 - distro : ubuntu2204
54+ - distro : ubuntu2404
5455
5556 steps :
5657 - name : Check out the codebase
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ galaxy_info:
1313 - bionic
1414 - focal
1515 - jammy
16+ - noble
1617 - name : Debian
1718 versions :
1819 - buster
You can’t perform that action at this time.
0 commit comments