Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provisioning fails from unicode-named directory #57

Open
joemaller opened this issue Aug 1, 2017 · 0 comments
Open

Provisioning fails from unicode-named directory #57

joemaller opened this issue Aug 1, 2017 · 0 comments

Comments

@joemaller
Copy link
Member

Running vagrant up from a directory with an umlaut fails to provision on the first task.

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
ok: [default]

TASK [Symlink XHProf display files into web root] ******************************
fatal: [default]: FAILED! => {
    "changed": false, 
    "failed": true, 
    "msg": "Error while linking: [Errno 2] No such file or directory", 
    "path": "/vagrant/site/xhprof", 
    "state": "absent"
}
	to retry, use: --limit @/private/tmp/testü/ansible/main.retry

PLAY RECAP *********************************************************************
default                    : ok=1    changed=0    unreachable=0    failed=1   

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.

ref: #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant