mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
Fix bug in AnsibleActionModule. (#141)
This commit is contained in:
@@ -101,6 +101,7 @@ class AnsibleActionModule(object):
|
|||||||
|
|
||||||
self.aliases = {}
|
self.aliases = {}
|
||||||
self._legal_inputs = []
|
self._legal_inputs = []
|
||||||
|
self._options_context = list()
|
||||||
|
|
||||||
self.params = copy.deepcopy(action_plugin._task.args)
|
self.params = copy.deepcopy(action_plugin._task.args)
|
||||||
self._set_fallbacks()
|
self._set_fallbacks()
|
||||||
|
|||||||
Reference in New Issue
Block a user