have to always run dwim() on the path to get the full absolute path.

Fixes #14944
pull/15167/head
Toshio Kuratomi 9 years ago
parent dc9cce2c94
commit 0cabd133ba

@ -30,7 +30,6 @@ from ansible import constants as C
class ActionModule(ActionBase): class ActionModule(ActionBase):
def _get_absolute_path(self, path): def _get_absolute_path(self, path):
if self._task._role is not None:
original_path = path original_path = path
if self._task._role is not None: if self._task._role is not None:

Loading…
Cancel
Save