diff --git a/network/dnsimple.py b/network/dnsimple.py index 5cecfbd8169..48b0003cb44 100644 --- a/network/dnsimple.py +++ b/network/dnsimple.py @@ -159,7 +159,7 @@ def main(): ) if not HAS_DNSIMPLE: - module.fail_json("dnsimple required for this module") + module.fail_json(msg="dnsimple required for this module") account_email = module.params.get('account_email') account_api_token = module.params.get('account_api_token')