mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fix typeo in param name (#41287)
This commit is contained in:
@@ -178,7 +178,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,
|
||||||
|
|||||||
Reference in New Issue
Block a user