mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
fixed conditional error message (#36476)
This commit is contained in:
parent
77b903bd85
commit
f207897f32
16 changed files with 16 additions and 16 deletions
|
@ -208,7 +208,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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue