Make action_module plugin utils compatible with latest changes in ansible-core 2.11.0b3 (#202)

* Make compatible with latest changes in ansible-core 2.11.0b3.

* Add missing import.

* Use correct class.
This commit is contained in:
Felix Fontein
2021-03-20 23:36:48 +01:00
committed by GitHub
parent 35a78dbc4e
commit 8de9376a10
2 changed files with 103 additions and 75 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- "action_module plugin helper - make compatible with latest changes in ansible-core 2.11.0b3 (https://github.com/ansible-collections/community.crypto/pull/202)."
- "openssl_privatekey_pipe - make compatible with latest changes in ansible-core 2.11.0b3 (https://github.com/ansible-collections/community.crypto/pull/202)."