mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
fix failing unit tests
This commit is contained in:
@@ -117,10 +117,10 @@ class IsolatedManager(object):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def awx_playbook_path(cls):
|
def awx_playbook_path(cls):
|
||||||
return os.path.join(
|
return os.path.abspath(os.path.join(
|
||||||
os.path.dirname(awx.__file__),
|
os.path.dirname(awx.__file__),
|
||||||
'playbooks'
|
'playbooks'
|
||||||
)
|
))
|
||||||
|
|
||||||
def path_to(self, *args):
|
def path_to(self, *args):
|
||||||
return os.path.join(self.private_data_dir, *args)
|
return os.path.join(self.private_data_dir, *args)
|
||||||
|
|||||||
Reference in New Issue
Block a user