mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix logging of error message
This commit is contained in:
parent
0f9c81a8c2
commit
141b3ce41f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue