sydro / atom-ansible-vault

Atom package to create and modify ansible-vault file
MIT License
32 stars 10 forks source link

Plugin seems broken #23

Closed jeroen-s closed 7 years ago

jeroen-s commented 7 years ago

Atom version: 1.20.1 ansible-vault version: 0.6.5 Ansible version: 2.3.2.0 (installed via brew)

Config:

  "ansible-vault":
    vault_automatic_de_and_encrypt: true
    vault_password_file_forcing: true
    vault_password_file_path: "~/.secrets/vault_pass.txt"

Observations:

I have tried re-installing the plugin and moving the password file

sydro commented 7 years ago

Hi, i problably found the bug. I made a fix in version 0.6.6. Can you verify that it works again?

jeroen-s commented 7 years ago

Thanks for the update! This indeed fixes the auto encrypt/decrypt part of the issue. However, I'm still getting prompted for the vault password despite setting the password file path (see above).

sydro commented 7 years ago

Another version is out! :+1: v0.6.7

I hope that the problem is fixed.

jeroen-s commented 7 years ago

everything seems to work, thanks for the quick response!

sydro commented 7 years ago

Thank you! :+1: