Error message typo
This commit is contained in:
parent
62390208e3
commit
6e27752cea
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,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