Skip to content

Commit

Permalink
Merge pull request #103 from EugeneBad/fix-task-unreachable-bool
Browse files Browse the repository at this point in the history
Fix "unreachable" attribute type to bool
  • Loading branch information
apenella authored Jun 24, 2022
2 parents 6825bce + 162761b commit 08d4405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stdoutcallback/results/JSONResults.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ type AnsiblePlaybookJSONResultsPlayTaskHostsItem struct {
FailedWhenResult bool `json:"failed_when_result"`
Skipped bool `json:"skipped"`
SkipReason string `json:"skip_reason"`
Unreachable string `json:"unreachable"`
Unreachable bool `json:"unreachable"`
}

type AnsiblePlaybookJSONResultsPlayTaskItem struct {
Expand Down

0 comments on commit 08d4405

Please sign in to comment.