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:
parent
a397602a7f
commit
303cdeda74
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue