Skip to content

Commit

Permalink
Upgrade actions and ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 13, 2024
1 parent 8b90204 commit dd26eb5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ on:
jobs:

list-scenarios:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
matrix: ${{ steps.listscenarios.outputs.scenarios }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: listscenarios
uses: ome/action-ansible-molecule-list-scenarios@main

test:
name: Test
needs:
- list-scenarios
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
# Keep running so we can see if other tests pass
fail-fast: false
matrix:
scenario: ${{fromJson(needs.list-scenarios.outputs.matrix)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'
- name: Install Ansible & Molecule
run: |
pip install "ansible<8" "ansible-lint<6.13" flake8
Expand Down
10 changes: 3 additions & 7 deletions omero/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@
- role: ome.selinux_utils
- role: ome.versioncontrol_utils
- role: ome.ssl_certificate
- name: nfs_mount
src: https://github.com/ome/ansible-role-nfs-mount/
- name: nfs_share
src: https://github.com/ome/ansible-role-nfs-share/
- name: iptables_raw
src: https://github.com/pwalczysko/ansible-role-iptables-raw/
version: rocky9
- role: nfs_mount
- role: nfs_share
- role: iptables_raw
- role: ome.cli_utils
- role: ome.docker
- role: ome.postgresql_backup
Expand Down
10 changes: 3 additions & 7 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@
- role: ome.selinux_utils
- role: ome.versioncontrol_utils
- role: ome.ssl_certificate
- name: nfs_mount
src: https://github.com/ome/ansible-role-nfs-mount/
- name: nfs_share
src: https://github.com/ome/ansible-role-nfs-share/
- name: iptables_raw
src: https://github.com/pwalczysko/ansible-role-iptables-raw/
version: rocky9
- role: nfs_mount
- role: nfs_share
- role: iptables_raw
- role: ome.cli_utils
- role: ome.docker
- role: ome.postgresql_backup
Expand Down

0 comments on commit dd26eb5

Please sign in to comment.