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

Fixes #14944
This commit is contained in:
Toshio Kuratomi 2016-03-25 12:09:30 -07:00
parent dc9cce2c94
commit 0cabd133ba

View file

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