1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00

test: ensure ansible-lint do not fail for missing api_token (#610)

##### SUMMARY

Ansible lint has a rule to check for missing required parameter. This
ensure the `api_token` parameter is always set.
This commit is contained in:
Jonas L. 2025-03-21 12:57:07 +01:00 committed by GitHub
parent a397602a7f
commit 303cdeda74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,7 @@ repos:
hooks:
- id: ansible-lint
name: ansible-lint
entry: env HCLOUD_TOKEN= python3 -m ansiblelint -v --force-color
args: [--offline]
additional_dependencies:
- ansible-core>=2.15