mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
Improve linting checking
This commit is contained in:
parent
567c57e784
commit
ad74d0563a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ansible-linting-check.yml
vendored
3
.github/workflows/ansible-linting-check.yml
vendored
|
@ -19,6 +19,5 @@ jobs:
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible-actions/ansible-lint-action@v1.0.2
|
uses: ansible-actions/ansible-lint-action@v1.0.2
|
||||||
with:
|
with:
|
||||||
target: "site.yml"
|
target: "./"
|
||||||
python_dependency_file: 'requirements.txt'
|
python_dependency_file: 'requirements.txt'
|
||||||
collections_yml: 'requirements.yml'
|
|
||||||
|
|
Loading…
Reference in a new issue