mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +00:00
fix(inventory): always use fresh cache on new cached session (#404)
##### 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
This commit is contained in:
parent
04f63d0679
commit
df7fa04149
4 changed files with 48 additions and 4 deletions
|
|
@ -5,6 +5,7 @@ exclude_paths:
|
|||
- .git/
|
||||
- .github/
|
||||
- changelogs/
|
||||
- examples/
|
||||
- tests/integration/targets/certificate
|
||||
- tests/integration/targets/firewall
|
||||
- tests/integration/targets/floating_ip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue