have to always run dwim() on the path to get the full absolute path.
Fixes #14944
This commit is contained in:
parent
dc9cce2c94
commit
0cabd133ba
1 changed files with 9 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue