tss_lookup_plugin - Refactor and decoupling (#3252)

* Initial commit

* Adding changelog fragment

* Applying initial review suggestions

* Increasing unit coverage

* Removed unneccessary constant

* Improving test readability

* Cleanup constants
This commit is contained in:
Ajpantuso
2021-08-25 00:41:05 -04:00
committed by GitHub
parent f2fa56b485
commit cbcb942b0e
3 changed files with 187 additions and 80 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- tss lookup plugin - refactored to decouple the supporting third-party library (``python-tss-sdk``)
(https://github.com/ansible-collections/community.general/pull/3252).