Fix message

Previous fix did not actual work. This fix does however.
This commit is contained in:
Michael Schuett 2015-07-07 15:37:36 -04:00 committed by Toshio Kuratomi
parent b0357bf9e8
commit 80c2e28a48

View file

@ -421,10 +421,10 @@ def main():
# If the above is true it's likely the hostname does not match # If the above is true it's likely the hostname does not match
else: else:
environment_error = ''' environment_error = '''
You may need to ignore hostname missmatches by passing You may need to ignore hostname missmatches by setting
-e 'host_key_checking=False' through the command line. tls_hostname=boot2docker in your role. If this does not
If this does not resolve the issue please open an issue resolve the issue please open an issue at
at ansible/ansible-modules-core and ping michaeljs1990 ansible/ansible-modules-core and ping michaeljs1990
''' '''
module.exit_json(failed=True, chaged=manager.has_changed(), msg="SSLError: " + str(e) + environment_error) module.exit_json(failed=True, chaged=manager.has_changed(), msg="SSLError: " + str(e) + environment_error)
# General error for non darwin users # General error for non darwin users