diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 704e9f9..92ba48f 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -12,53 +12,3 @@ on: jobs: test: uses: adfinis/github-workflows-bareos/.github/workflows/molecule.yaml@v0.2.1 - with: - systems: | - { - "config": [ - { - "image": "debian", - "tag": "latest" - }, - { - "image": "debian", - "tag": "bullseye" - }, - { - "image": "debian", - "tag": "buster" - }, - { - "image": "enterpriselinux", - "tag": "7" - }, - { - "image": "enterpriselinux", - "tag": "8" - }, - { - "image": "enterpriselinux", - "tag": "latest" - }, - { - "image": "fedora", - "tag": "37" - }, - { - "image": "fedora", - "tag": "38" - }, - { - "image": "opensuse", - "tag": "latest" - }, - { - "image": "ubuntu", - "tag": "latest" - }, - { - "image": "ubuntu", - "tag": "focal" - } - ] - }