chore: add bareos_dir_overwrite_dir_conf option #185
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Ansible Molecule | |
on: | |
push: | |
tags_ignore: | |
- '*' | |
pull_request: | |
schedule: | |
- cron: '3 2 2 * *' | |
jobs: | |
test: | |
uses: adfinis/github-workflows-bareos/.github/workflows/[email protected] | |
with: | |
systems: | | |
{ | |
"config": [ | |
{ | |
"image": "debian", | |
"tag": "latest" | |
}, | |
{ | |
"image": "debian", | |
"tag": "bullseye" | |
}, | |
{ | |
"image": "enterpriselinux", | |
"tag": "latest" | |
}, | |
{ | |
"image": "fedora", | |
"tag": "40" | |
}, | |
{ | |
"image": "fedora", | |
"tag": "latest" | |
}, | |
{ | |
"image": "ubuntu", | |
"tag": "jammy" | |
}, | |
{ | |
"image": "ubuntu", | |
"tag": "latest" | |
} | |
] | |
} |