1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00
hetzner.hcloud/.ansible-lint
Jonas L. d56d12b68d
test: improve load_balancer_service integration using new framework (#546)
SUMMARY

Use the new testing framework for the load_balancer_service integration
tests.

Depends on #545
2024-08-08 16:04:22 +02:00

23 lines
637 B
Text

---
exclude_paths:
- .azure-pipelines
- .cache/
- .git/
- .github/
- changelogs/
- examples/
- tests/integration/targets/certificate
- tests/integration/targets/floating_ip
- tests/integration/targets/load_balancer_target
- tests/integration/targets/placement_group
- tests/integration/targets/primary_ip
- tests/integration/targets/route
- tests/integration/targets/server
- tests/integration/targets/ssh_key
- tests/integration/targets/volume
warn_list:
- internal-error
- sanity[cannot-ignore]
# TODO: remove once unsupported ansible-core version are dropped
- meta-runtime[unsupported-version]