diff --git a/README.md b/README.md index f50f631..aba2657 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Requirements * Xenial (16.04) * Bionic (18.04) * Focal (20.04) + * Jammy (22.04) * RedHat Family diff --git a/meta/main.yml b/meta/main.yml index 2fec3bc..2f8e7ce 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -15,6 +15,7 @@ galaxy_info: - xenial - bionic - focal + - jammy - name: Debian versions: - buster diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 8491f93..29dc3a1 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -9,7 +9,7 @@ role_name_check: 2 platforms: - name: ansible-role-golang-ubuntu-max - image: ubuntu:20.04 + image: ubuntu:22.04 provisioner: name: ansible diff --git a/molecule/ubuntu-arm32v7/molecule.yml b/molecule/ubuntu-arm32v7/molecule.yml index e82b4b1..36c4398 100644 --- a/molecule/ubuntu-arm32v7/molecule.yml +++ b/molecule/ubuntu-arm32v7/molecule.yml @@ -9,7 +9,7 @@ role_name_check: 2 platforms: - name: ansible-role-golang-ubuntu-arm32 - image: arm32v7/ubuntu:20.04 + image: arm32v7/ubuntu:22.04 provisioner: name: ansible diff --git a/molecule/ubuntu-arm64v8/molecule.yml b/molecule/ubuntu-arm64v8/molecule.yml index d75d434..9683698 100644 --- a/molecule/ubuntu-arm64v8/molecule.yml +++ b/molecule/ubuntu-arm64v8/molecule.yml @@ -9,7 +9,7 @@ role_name_check: 2 platforms: - name: ansible-role-golang-ubuntu-arm64 - image: arm64v8/ubuntu:20.04 + image: arm64v8/ubuntu:22.04 provisioner: name: ansible diff --git a/molecule/ubuntu-max-go-eol/molecule.yml b/molecule/ubuntu-max-go-eol/molecule.yml index 8472698..986241d 100644 --- a/molecule/ubuntu-max-go-eol/molecule.yml +++ b/molecule/ubuntu-max-go-eol/molecule.yml @@ -9,7 +9,7 @@ role_name_check: 2 platforms: - name: ansible-role-golang-ubuntu-max-go-eol - image: ubuntu:20.04 + image: ubuntu:22.04 provisioner: name: ansible