Skip to content

Commit

Permalink
Older versions of Ansible fail on rawhide.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jul 19, 2024
1 parent 9100db1 commit 0ffe8a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "fedora"
tag: "39"
- image: "fedora"
tag: "latest"
- image: "ubuntu"
tag: "latest"
- image: "ubuntu"
Expand Down Expand Up @@ -78,10 +74,6 @@ jobs:
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "fedora"
tag: "39"
- image: "fedora"
tag: "latest"
- image: "ubuntu"
tag: "latest"
- image: "ubuntu"
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ molecule:
python: ['python:3.8', 'python:3.9', 'python:3.10']
- image: "fedora"
tag: "39"
python: ['python:3.8', 'python:3.9', 'python:3.10']
python: ['python:3.10']
- image: "fedora"
tag: "latest"
python: ['python:3.8', 'python:3.9', 'python:3.10']
python: ['python:3.10']
- image: "ubuntu"
tag: "latest"
python: ['python:3.8', 'python:3.9', 'python:3.10']
Expand Down
3 changes: 3 additions & 0 deletions meta/preferences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ matrix_overrides:
python:
- python:3.9
- python:3.10
fedora:
python:
- python:3.10

0 comments on commit 0ffe8a1

Please sign in to comment.