removes unused code in eos action plugin (#22986)

pull/18031/merge
Peter Sprygada 7 years ago committed by GitHub
parent ac74520b6f
commit ab4b8cb104

@ -115,10 +115,6 @@ class ActionModule(_ActionModule):
self._task.args['provider'] = provider
if self._play_context.become_method == 'enable':
self._play_context.become = False
self._play_context.become_method = None
return super(ActionModule, self).run(tmp, task_vars)
def _get_socket_path(self, play_context):

Loading…
Cancel
Save