mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Missed ErrorAction in the params
This commit is contained in:
@@ -70,6 +70,7 @@ $invoke_params = @{
|
||||
Body = (ConvertTo-Json $data)
|
||||
Uri = "$tower_url/api/v2/job_templates/$job_template_id/callback/"
|
||||
UseBasicParsing = $true
|
||||
ErrorAction = 'Stop'
|
||||
}
|
||||
|
||||
$invoke_command = Get-Command -Name Invoke-WebRequest
|
||||
|
||||
Reference in New Issue
Block a user