Fix bug in AnsibleActionModule. (#141)

pull/146/head
Felix Fontein 2020-11-08 17:28:44 +01:00 committed by GitHub
parent 5ffe97f874
commit c7268c7fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()