Skip to content

Commit

Permalink
[PC-1775] Support Ubuntu 22.04 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniGordillo committed Jun 3, 2024
1 parent e6383b1 commit 3926253
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ galaxy_info:
- 14.04
- 16.04
- 18.04
- 20.04

galaxy_tags: []
# List tags for your role here, one per line. A tag is a keyword that describes
Expand Down
2 changes: 2 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ platforms:
box: ubuntu/xenial64
- name: ubuntu-18.04
box: ubuntu/bionic64
- name: ubuntu-20.04
box: ubuntu/focal64
provisioner:
name: ansible
lint:
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- name: Test ansible_distribution_release
assert:
that: ansible_distribution_release in ['trusty', 'xenial', 'bionic']
that: ansible_distribution_release in ['trusty', 'xenial', 'bionic', 'focal']

- name: Update package index
apt:
Expand Down

0 comments on commit 3926253

Please sign in to comment.