Skip to content

Commit

Permalink
none
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioan Damian committed Sep 12, 2024
1 parent 53f42fa commit ececd97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/awx/resource_job_template_launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func resourceJobTemplateLaunchCreate(ctx context.Context, d *schema.ResourceData
if d.Get("wait_for_completion").(bool) {
err = jobTemplateLaunchWait(ctx, client.JobService, res, d.Timeout(schema.TimeoutCreate))
if len(err.Error()) > 0 {
//nolint:govet
return utils.Diagf(
"JobTemplate execution failure",
fmt.Sprintf("JobTemplateLaunch with ID %d and template ID %d, failed to complete %s", res.ID, d.Get("job_template_id").(int), err.Error()),
Expand Down

0 comments on commit ececd97

Please sign in to comment.