mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
fixed conditional error message (#36476)
This commit is contained in:
committed by
Ganesh Nalawade
parent
77b903bd85
commit
f207897f32
@@ -248,7 +248,7 @@ def main():
|
||||
|
||||
if conditionals:
|
||||
failed_conditions = [item.raw for item in conditionals]
|
||||
msg = 'One or more conditional statements have not be satisfied'
|
||||
msg = 'One or more conditional statements have not been satisfied'
|
||||
module.fail_json(msg=msg, failed_conditions=failed_conditions)
|
||||
|
||||
result.update({
|
||||
|
||||
Reference in New Issue
Block a user