adambullmer / sublime_ansible_vault

Ansible vault manipulation in Sublime Text
MIT License
6 stars 2 forks source link

Plugin doesn't work with ansible 2.4 #7

Open compuguy opened 7 years ago

compuguy commented 7 years ago

Plugin doesn't seem to work on Ubuntu 17.04 with the latest Ansible 2.4. View vault just shows the command prompt output. Decrypt seems to do nothing.

Sublime Text version 3.0, Build 3143

adambullmer commented 7 years ago

Does it just open a blank view?

compuguy commented 7 years ago

View vault, results in a text file that shows the output if you enter ansible-vault in the command line. Decrypt does nothing (No errors in console either).

shanedroid commented 6 years ago

FWIW this behavior is the exact same as I noticed with #6, although I had first noticed it after updating to ansible 2.3.2.0 I am currently using ansible 2.4.0.0 and have been unable to figure out why it broke, tried troubleshooting various things.

adambullmer commented 6 years ago

It's possible there is a simple workaround until I can really dedicate the time to work on this. I've noticed that my editor window doesn't update on decrypt, but if I just click on the file in the project navigator, the page updates to the decrypted vault.

Hope this at least unblocks you guys for now.

adambullmer commented 6 years ago

Just cut a new release, it's usually available within a day on package control. Should fix the issues described in here. If not, hopefully a new error popup will show describing more of the problem. Thanks for your patience on this one.

adambullmer commented 5 years ago

Can anyone confirm if this is still an issue? Will probably close out at the end of the year if not.

compuguy commented 5 years ago

@adambullmer It might of partially fixed the issue. I will have to try it on the latest Ansible and Ubuntu 18.10.