mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Merge pull request #15167 from ansible/synchronize-playbook-basedir
have to always run dwim() on the path to get the full absolute path.
This commit is contained in:
commit
81d9066ee1
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…
Add table
Add a link
Reference in a new issue