mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
df7fa04149
##### SUMMARY The class scoped `cache` dict was being shared across all `cached_session`, we now make sure that the cache is instance scoped. Fixes #403 ##### ISSUE TYPE - Bugfix Pull Request
28 lines
865 B
Text
28 lines
865 B
Text
---
|
|
exclude_paths:
|
|
- .azure-pipelines
|
|
- .cache/
|
|
- .git/
|
|
- .github/
|
|
- changelogs/
|
|
- examples/
|
|
- tests/integration/targets/certificate
|
|
- tests/integration/targets/firewall
|
|
- tests/integration/targets/floating_ip
|
|
- tests/integration/targets/load_balancer_network
|
|
- tests/integration/targets/load_balancer_service
|
|
- tests/integration/targets/load_balancer_target
|
|
- tests/integration/targets/network
|
|
- tests/integration/targets/placement_group
|
|
- tests/integration/targets/primary_ip
|
|
- tests/integration/targets/route
|
|
- tests/integration/targets/server
|
|
- tests/integration/targets/server_network
|
|
- tests/integration/targets/ssh_key
|
|
- tests/integration/targets/volume
|
|
- tests/integration/targets/setup_selfsigned_certificate
|
|
- tests/integration/targets/setup_ssh_keypair
|
|
|
|
warn_list:
|
|
- internal-error
|
|
- sanity[cannot-ignore]
|