ansible-collection-hetzner-.../.ansible-lint
Jonas L. 04a45bd92c
test: improve load_balancer_target integration using new framework (#547)
##### SUMMARY

Use the new testing framework for the load_balancer_target integration
tests.

Depends on #546
2024-08-08 16:05:21 +02:00

22 lines
586 B
Text

---
exclude_paths:
- .azure-pipelines
- .cache/
- .git/
- .github/
- changelogs/
- examples/
- tests/integration/targets/certificate
- tests/integration/targets/floating_ip
- 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]