commit
3d00e1c5d1
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def main():
|
|||
)
|
||||
|
||||
if not HAS_PINGDOM:
|
||||
module.fail_json(msg="Missing requried pingdom module (check docs)")
|
||||
module.fail_json(msg="Missing required pingdom module (check docs)")
|
||||
|
||||
checkid = module.params['checkid']
|
||||
state = module.params['state']
|
||||
|
|
Loading…
Reference in a new issue