mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
more debug
This commit is contained in:
parent
03d451820d
commit
90fc657e71
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ def path():
|
|||
if salt_path not in os.environ["path"]:
|
||||
os.environ["path"] = f'{os.environ["path"]};{salt_path}'
|
||||
yield os.environ["path"]
|
||||
yield ""
|
||||
|
||||
|
||||
def run_salt_call(cmd):
|
||||
|
|
Loading…
Add table
Reference in a new issue