Fix bug in AnsibleActionModule. (#141)
parent
5ffe97f874
commit
c7268c7fc4
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue