Typo
This commit is contained in:
parent
fd63c5f612
commit
4e21eb09db
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