mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-09 21:23:29 +01:00
Do not try to execute requirements as a playbooks in CI
This commit is contained in:
parent
67fee24ecb
commit
214df35c0b
9 changed files with 9 additions and 9 deletions
2
.github/workflows/ansible-centos6.yml
vendored
2
.github/workflows/ansible-centos6.yml
vendored
|
@ -16,4 +16,4 @@ jobs:
|
|||
with:
|
||||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/*.yml"
|
||||
targets: "tests/tests_*.yml"
|
||||
|
|
2
.github/workflows/ansible-centos7.yml
vendored
2
.github/workflows/ansible-centos7.yml
vendored
|
@ -14,4 +14,4 @@ jobs:
|
|||
with:
|
||||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/*.yml"
|
||||
targets: "tests/tests_*.yml"
|
||||
|
|
2
.github/workflows/ansible-centos8.yml
vendored
2
.github/workflows/ansible-centos8.yml
vendored
|
@ -14,4 +14,4 @@ jobs:
|
|||
with:
|
||||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/*.yml"
|
||||
targets: "tests/tests_*.yml"
|
||||
|
|
|
@ -15,4 +15,4 @@ jobs:
|
|||
with:
|
||||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/*.yml"
|
||||
targets: "tests/tests_*.yml"
|
||||
|
|
2
.github/workflows/ansible-debian-buster.yml
vendored
2
.github/workflows/ansible-debian-buster.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
with:
|
||||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/*.yml"
|
||||
targets: "tests/tests_*.yml"
|
||||
|
|
2
.github/workflows/ansible-debian-stretch.yml
vendored
2
.github/workflows/ansible-debian-stretch.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
with:
|
||||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/*.yml"
|
||||
targets: "tests/tests_*.yml"
|
||||
|
|
2
.github/workflows/ansible-debian.yml
vendored
2
.github/workflows/ansible-debian.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
with:
|
||||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/*.yml"
|
||||
targets: "tests/tests_*.yml"
|
||||
|
|
2
.github/workflows/ansible-fedora.yml
vendored
2
.github/workflows/ansible-fedora.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
with:
|
||||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/*.yml"
|
||||
targets: "tests/tests_*.yml"
|
||||
|
|
2
.github/workflows/ansible-ubuntu.yml
vendored
2
.github/workflows/ansible-ubuntu.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
with:
|
||||
group: local
|
||||
hosts: localhost
|
||||
targets: "tests/*.yml"
|
||||
targets: "tests/tests_*.yml"
|
||||
|
|
Loading…
Reference in a new issue