Misc Adjustments

This commit is contained in:
2025-09-30 21:31:07 -06:00
parent 34e7d1b018
commit 93ed77f1a7
7 changed files with 314 additions and 250 deletions

View File

@@ -216,7 +216,7 @@ class JobScheduler:
"activity_job_id": act_id,
"scheduled_job_id": int(scheduled_job_id),
"scheduled_run_id": int(scheduled_run_id),
"connection": "local",
"connection": "winrm",
}
try:
self.socketio.emit("ansible_playbook_run", payload)