mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Change falied_conditions to proper spelling (#41284)
This commit is contained in:
parent
ec42797627
commit
e892646bc7
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ def main():
|
||||||
if conditionals:
|
if conditionals:
|
||||||
failed_conditions = [item.raw for item in conditionals]
|
failed_conditions = [item.raw for item in conditionals]
|
||||||
msg = 'One or more conditional statements have not been satisfied'
|
msg = 'One or more conditional statements have not been satisfied'
|
||||||
module.fail_json(msg=msg, falied_conditions=failed_conditions)
|
module.fail_json(msg=msg, failed_conditions=failed_conditions)
|
||||||
|
|
||||||
result = {
|
result = {
|
||||||
'changed': False,
|
'changed': False,
|
||||||
|
|
Loading…
Reference in a new issue