-
Notifications
You must be signed in to change notification settings - Fork 88
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
cannot use lookup on paths with a space #185
Comments
It looks like the Ansible
When the file is created manually and looked up with I suggest that you should create an issue in the Ansible project repository about this. It cannot be sloved with a playbook change. |
yep, that fails:
Other lookup plugins work (well, I've only tested the file one), but the password one seems to be broken. |
I am trying to use the MySQL role and debops uses the lookup function to locate a password.
That, however, does not work when the directory contains spaces.
The playbook is as simple as that:
and I run ansible like this:
I expected it to work fine, because it does in a directory without spaces.
The text was updated successfully, but these errors were encountered: