mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 03:03:08 +00:00
Fix logging of error message
This commit is contained in:
committed by
Matt Clay
parent
0f9c81a8c2
commit
141b3ce41f
@@ -110,7 +110,7 @@ try {
|
||||
}
|
||||
else {
|
||||
# This should never occur
|
||||
Fail-Json $result "$measure.count scheduled tasks found"
|
||||
Fail-Json $result "$($measure.count) scheduled tasks found"
|
||||
}
|
||||
|
||||
Set-Attr $result "exists" "$exists"
|
||||
|
||||
Reference in New Issue
Block a user