summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/powershell/async_wrapper.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/executor/powershell/async_wrapper.ps1')
-rw-r--r--lib/ansible/executor/powershell/async_wrapper.ps110
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/ansible/executor/powershell/async_wrapper.ps1 b/lib/ansible/executor/powershell/async_wrapper.ps1
index 0cd640fd..dd5a9bec 100644
--- a/lib/ansible/executor/powershell/async_wrapper.ps1
+++ b/lib/ansible/executor/powershell/async_wrapper.ps1
@@ -135,11 +135,11 @@ try {
# populate initial results before we send the async data to avoid result race
$result = @{
- started = 1;
- finished = 0;
- results_file = $results_path;
- ansible_job_id = $local_jid;
- _ansible_suppress_tmpdir_delete = $true;
+ started = 1
+ finished = 0
+ results_file = $results_path
+ ansible_job_id = $local_jid
+ _ansible_suppress_tmpdir_delete = $true
ansible_async_watchdog_pid = $watchdog_pid
}