Skip to content

Commit 8717348

Browse files
authored
Increased upper Ubuntu test version to Jammy (#122)
The latests LTS release of Ubuntu.
1 parent d2bd8e7 commit 8717348

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Requirements
2727

2828
* Bionic (18.04)
2929
* Focal (20.04)
30+
* Jammy (22.04)
3031

3132
* RedHat Family
3233

meta/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ galaxy_info:
1717
versions:
1818
- bionic
1919
- focal
20+
- jammy
2021
- name: Debian
2122
versions:
2223
- buster

molecule/default/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ role_name_check: 2
99

1010
platforms:
1111
- name: ansible_role_minikube_default
12-
image: ubuntu:20.04
12+
image: ubuntu:22.04
1313

1414
provisioner:
1515
name: ansible

molecule/ubuntu_max/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ role_name_check: 2
99

1010
platforms:
1111
- name: ansible_role_minikube_ubuntu_max
12-
image: ubuntu:20.04
12+
image: ubuntu:22.04
1313

1414
provisioner:
1515
name: ansible

0 commit comments

Comments
 (0)