Do not try to execute requirements as a playbooks in CI

This commit is contained in:
Jakub Jelen 2021-11-10 09:50:43 +01:00 committed by Jakub Jelen
parent 67fee24ecb
commit 214df35c0b
9 changed files with 9 additions and 9 deletions

View file

@ -16,4 +16,4 @@ jobs:
with:
group: local
hosts: localhost
targets: "tests/*.yml"
targets: "tests/tests_*.yml"

View file

@ -14,4 +14,4 @@ jobs:
with:
group: local
hosts: localhost
targets: "tests/*.yml"
targets: "tests/tests_*.yml"

View file

@ -14,4 +14,4 @@ jobs:
with:
group: local
hosts: localhost
targets: "tests/*.yml"
targets: "tests/tests_*.yml"

View file

@ -15,4 +15,4 @@ jobs:
with:
group: local
hosts: localhost
targets: "tests/*.yml"
targets: "tests/tests_*.yml"

View file

@ -15,4 +15,4 @@ jobs:
with:
group: local
hosts: localhost
targets: "tests/*.yml"
targets: "tests/tests_*.yml"

View file

@ -15,4 +15,4 @@ jobs:
with:
group: local
hosts: localhost
targets: "tests/*.yml"
targets: "tests/tests_*.yml"

View file

@ -15,4 +15,4 @@ jobs:
with:
group: local
hosts: localhost
targets: "tests/*.yml"
targets: "tests/tests_*.yml"

View file

@ -15,4 +15,4 @@ jobs:
with:
group: local
hosts: localhost
targets: "tests/*.yml"
targets: "tests/tests_*.yml"

View file

@ -15,4 +15,4 @@ jobs:
with:
group: local
hosts: localhost
targets: "tests/*.yml"
targets: "tests/tests_*.yml"