Skip to content

Commit

Permalink
Merge pull request #588 from ANXS/development
Browse files Browse the repository at this point in the history
Update Ansible & disable testing on Rockylinux
  • Loading branch information
MrMegaNova authored Jan 10, 2025
2 parents d99c9d6 + 387320b commit c7da166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
strategy:
matrix:
include:
- distro: rockylinux8
- distro: rockylinux9
# - distro: rockylinux8
# - distro: rockylinux9
- distro: debian11
- distro: debian12
- distro: ubuntu2004
Expand All @@ -64,7 +64,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install "ansible>9,<10" molecule molecule-plugins[docker] docker
run: pip3 install "ansible>10,<12" molecule molecule-plugins[docker] docker

- name: Run Molecule tests.
run: molecule -v test
Expand Down

0 comments on commit c7da166

Please sign in to comment.