patchback[bot]
837733b4c2
Fix deprecation handling. ( #572 ) ( #573 )
...
(cherry picked from commit 70c4585b88
)
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-02-09 16:25:26 +01:00
patchback[bot]
c313bbd83d
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>
2022-09-23 07:33:48 +02:00
Felix Fontein
9658a34605
Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. ( #253 )
2021-06-26 13:45:28 +02:00
Felix Fontein
8de9376a10
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.
2021-03-20 23:36:48 +01:00
Felix Fontein
c7268c7fc4
Fix bug in AnsibleActionModule. ( #141 )
2020-11-08 17:28:44 +01:00
Felix Fontein
ec7e4916e5
Move action_module from module_utils to plugin_utils ( #134 )
...
* Move action_module from module_utils to plugin_utils.
* ci_complete
2020-11-03 09:21:35 +01:00