Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 22bbef8

Browse files
authored
Merge pull request #251 from staticdev/tests/ubuntu-22.04
Add Ubuntu 22.04 support
2 parents 09541c7 + 867b761 commit 22bbef8

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
distro:
4646
- debian12
4747
- debian11
48-
# https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6
49-
# - ubuntu2204
48+
- ubuntu2204
5049
- ubuntu2004
5150

5251
steps:

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ galaxy_info:
1616

1717
- name: Ubuntu
1818
versions:
19+
- jammy
1920
- focal
20-
# - jammy
2121

2222
galaxy_tags:
2323
- python

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
roles:
33
- name: staticdev.pyenv
4-
version: 2.10.0
4+
version: 2.10.1

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ansible.builtin.import_role:
44
name: staticdev.pyenv
55
vars:
6-
pyenv_owner: "{{ ansible_env.USER }}"
6+
pyenv_owner: "{{ ansible_facts.user_id }}"
77
pyenv_path: "{{ ansible_env.HOME }}/pyenv"
88
when: pyenv_python_versions
99

0 commit comments

Comments
 (0)