Skip to content

chore(ci): rm TODO, requirements2png actions #61

chore(ci): rm TODO, requirements2png actions

chore(ci): rm TODO, requirements2png actions #61

Workflow file for this run

---
#
# Ansible managed
#
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": "8"
},
{
"image": "enterpriselinux",
"tag": "latest"
},
{
"image": "fedora",
"tag": "40"
},
{
"image": "opensuse",
"tag": "latest"
},
{
"image": "ubuntu",
"tag": "latest"
},
{
"image": "ubuntu",
"tag": "jammy"
}
]
}