-
Notifications
You must be signed in to change notification settings - Fork 2
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
Ansible Vault: command not found #9
Comments
I have the same issue, and this is strage, it was working right a few days ago and now I get this message |
in the |
First issue is just some inconsistency in how local dev and installed packages align. Can get that fixed pretty quickly. For the second issue, what version of ansible are you using? Still |
Hopefully this fixes the settings path bug: https://github.com/adambullmer/sublime_ansible_vault/releases/tag/1.3.1 |
The left side of the settings window is the package default, and is not editable. The right side is your user settings, and should be completely editable. It looks like you're letting it prompt you for a password. I recommend you setup a password file and then configure the It looks like the error is related to needing 2 inputs into the terminal command being run in the background. I'll need to spend some time to figure out how to fix that. |
Trying to encrypt, decrypt or view any vault results in this Sublime Text error:
/bin/sh: ansible-vault: command not found
No option to set the path to Ansible in Preferences, Package Settings, Ansible Vault.
Ansible Vault working normally from terminal command line.
macOS Sierra: 10.12.3 (16D32)
Ansible 2.3.0.0
Sublime Text 3 Build 3126
The text was updated successfully, but these errors were encountered: