Change falied_conditions to proper spelling (#41284) (#41418)

(cherry picked from commit e892646bc7)
pull/41578/head
Michael Doyle 7 years ago committed by Matt Davis
parent a6c6011ed4
commit 40a6a19042

@ -225,7 +225,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…
Cancel
Save