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