mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 16:32:11 +00:00
Removed print line for aesthetic
This commit is contained in:
@@ -120,7 +120,6 @@ async def gather_targets(playbook: dict, group_list: dict) -> dict:
|
||||
elif "target_os" not in playbook:
|
||||
target_list.append(device["device_id"])
|
||||
|
||||
print(target_list)
|
||||
return target_list
|
||||
|
||||
async def execute_playbook(session: meshctrl.Session, targets: dict, playbook: dict, group_list: dict) -> None:
|
||||
|
||||
Reference in New Issue
Block a user