lxd plugins and modules: fix TLS/SSL context creation (#6034)

Use correct purpose.
This commit is contained in:
Felix Fontein 2023-02-25 11:01:32 +01:00 committed by GitHub
commit f0529dcb0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "lxd_* modules, lxd inventory plugin - fix TLS/SSL certificate validation problems by using the correct purpose when creating the TLS context (https://github.com/ansible-collections/community.general/issues/5616, https://github.com/ansible-collections/community.general/pull/6034)."