Error message typo
This commit is contained in:
parent
59c3913e0b
commit
90b6f0fe68
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ def main():
|
|||
module = AnsibleModule(argument_spec=argument_spec, supports_check_mode=True, required_together=required_together)
|
||||
|
||||
if not HAS_BOTO:
|
||||
module.fail_json(msg='Alex sucks boto is required.')
|
||||
module.fail_json(msg='boto is required.')
|
||||
|
||||
ec2_url, access_key, secret_key, region = get_ec2_creds(module)
|
||||
aws_connect_params = dict(aws_access_key_id=access_key,
|
||||
|
|
Loading…
Reference in a new issue