Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Bareos Director TLS settings #14

Merged
merged 8 commits into from
Oct 30, 2024
Prev Previous commit
Next Next commit
chore(ci): remove old distros from matrix
  • Loading branch information
adf-patrickha committed Oct 30, 2024

Verified

This commit was signed with the committer’s verified signature.
commit 7feead8dc5c09c593836093ef43fa54d71cd7787
8 changes: 1 addition & 7 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ansible-lint
uses: ansible-community/ansible-lint-action@main
test:
@@ -30,18 +30,12 @@ jobs:
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "debian"
tag: "buster"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "fedora"
tag: "38"
- image: "fedora"
tag: "39"
# TODO no packages for fedora 40 yet: https://download.bareos.org/current/
# pipeline will fail for now. replace 38 as soon as 40 is ready and working.
- image: "fedora"
tag: "latest"
- image: "opensuse"