mirror of
https://github.com/roles-ansible/role-postgresql-backup.git
synced 2024-08-16 10:19:49 +02:00
Fedora require different names too
This commit is contained in:
parent
4dd1b4e85b
commit
4e7970da29
4 changed files with 0 additions and 64 deletions
16
.github/workflows/ansible-fedora-31.yml
vendored
16
.github/workflows/ansible-fedora-31.yml
vendored
|
@ -1,16 +0,0 @@
|
||||||
name: Ansible check fedora:31
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: ansible check with fedora:31
|
|
||||||
uses: roles-ansible/check-ansible-fedora-31-action@master
|
|
||||||
with:
|
|
||||||
targets: "./"
|
|
16
.github/workflows/ansible-fedora-32.yml
vendored
16
.github/workflows/ansible-fedora-32.yml
vendored
|
@ -1,16 +0,0 @@
|
||||||
name: Ansible check fedora:32
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: ansible check with fedora:32
|
|
||||||
uses: roles-ansible/check-ansible-fedora-32-action@master
|
|
||||||
with:
|
|
||||||
targets: "./"
|
|
16
.github/workflows/ansible-fedora-33.yml
vendored
16
.github/workflows/ansible-fedora-33.yml
vendored
|
@ -1,16 +0,0 @@
|
||||||
name: Ansible check fedora:33
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: ansible check with fedora:33
|
|
||||||
uses: roles-ansible/check-ansible-fedora-33-action@master
|
|
||||||
with:
|
|
||||||
targets: "./"
|
|
16
.github/workflows/ansible-fedora-latest.yml
vendored
16
.github/workflows/ansible-fedora-latest.yml
vendored
|
@ -1,16 +0,0 @@
|
||||||
name: Ansible check fedora:latest
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: ansible check with fedora:latest
|
|
||||||
uses: roles-ansible/check-ansible-fedora-latest-action@master
|
|
||||||
with:
|
|
||||||
targets: "./"
|
|
Loading…
Reference in a new issue