Action plugin support code: ensure compatibility with newer versions of ansible-core (#515) (#516)

* Only access C.STRING_CONVERSION_ACTION for old ansible-base / Ansible versions.

* Always use self.__xxx instead of xxx directly.

(cherry picked from commit b3f589df62)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-09-23 07:33:48 +02:00
committed by GitHub
parent b9e8bb70eb
commit c313bbd83d
2 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_privatekey_pipe - ensure compatibility with newer versions of ansible-core (https://github.com/ansible-collections/community.crypto/pull/515)."