1
0
Fork 0
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:
L3D 2023-10-30 02:29:18 +01:00
parent 567c57e784
commit ad74d0563a
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -19,6 +19,5 @@ jobs:
- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v1.0.2
with:
target: "site.yml"
target: "./"
python_dependency_file: 'requirements.txt'
collections_yml: 'requirements.yml'