Skip to content

Commit

Permalink
Back to something that works.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Dec 4, 2023
1 parent 47881e6 commit 59658d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -24,7 +24,7 @@ jobs:
test:
needs:
- lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 0 additions & 1 deletion tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
- bareos_repository_release in [ "current", "next", "release" ]
quiet: yes

# bareos_repository_version
- name: assert | Test bareos_repository_version
ansible.builtin.assert:
that:
Expand Down

0 comments on commit 59658d1

Please sign in to comment.