You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decrypting a vault works absolutely fine, trying to re-encrypt throws an error shown below:
It's worth pointing out that I have not edited any config file and am typing/pasting the password into the prompt box thrown up at the bottom of sublime.
/usr/lib/python2.7/getpass.py:83: GetPassWarning: Can not control echo on the terminal.
passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
New Vault password:
Warning: Password input may be echoed.
Confirm New Vault password: [WARNING]: Error in vault password prompt (default): EOFError (ctrl-d) on prompt for (default)
ERROR! EOFError (ctrl-d) on prompt for (default)
Decrypting a vault works absolutely fine, trying to re-encrypt throws an error shown below:
It's worth pointing out that I have not edited any config file and am typing/pasting the password into the prompt box thrown up at the bottom of sublime.
OS: Ubuntu 18.04
Ansible 2.8.6
Sublime: 3.2.2 (3211)
The text was updated successfully, but these errors were encountered: