Skip to content

Commit

Permalink
Changed openSUSE tests to use Tumbleweed (#379)
Browse files Browse the repository at this point in the history
Leap defaults to Python 3.6, which is too old for recent Ansible versions.
  • Loading branch information
freemanjp authored Nov 18, 2024
1 parent 0a4188a commit 376fc18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Requirements

* openSUSE

* 15.4
* Tumbleweed

* Note: other versions are likely to work but have not been tested.

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ galaxy_info:
- '35'
- name: opensuse
versions:
- '15.4'
- 'all'
- name: Ubuntu
versions:
- focal
Expand Down
2 changes: 1 addition & 1 deletion molecule/opensuse-java-min-online/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ role_name_check: 2

platforms:
- name: ansible-role-java-opensuse
image: opensuse/leap:15.4
image: opensuse/tumbleweed

provisioner:
name: ansible
Expand Down

0 comments on commit 376fc18

Please sign in to comment.