mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-24 21:08:30 +00:00
perf: 修改账号去掉无用的
This commit is contained in:
@@ -64,7 +64,7 @@ class BasePlaybookManager:
|
||||
if not os.path.exists(path):
|
||||
os.makedirs(path, exist_ok=True, mode=0o755)
|
||||
if settings.DEBUG_DEV:
|
||||
print(f'Ansible runtime dir:{path}')
|
||||
print(f'Ansible runtime dir: {path}')
|
||||
return path
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user