mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
fix failing unit tests
This commit is contained in:
parent
eb0cf945cf
commit
a36b0061fa
@ -117,10 +117,10 @@ class IsolatedManager(object):
|
||||
|
||||
@classmethod
|
||||
def awx_playbook_path(cls):
|
||||
return os.path.join(
|
||||
return os.path.abspath(os.path.join(
|
||||
os.path.dirname(awx.__file__),
|
||||
'playbooks'
|
||||
)
|
||||
))
|
||||
|
||||
def path_to(self, *args):
|
||||
return os.path.join(self.private_data_dir, *args)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user