Change falied_conditions to proper spelling (#41284)

(cherry picked from commit e892646bc7)
This commit is contained in:
Michael Doyle 2018-06-07 23:15:59 +01:00 committed by Matt Clay
parent 28e16eaad8
commit c4f4d8c1a5

View file

@ -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,