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
Sometimes you need to provide an input to a task and in my experience it was not possible in the Sublime's output panel when running Ansible playbook requiring become password.
usr/local/.../python3.9/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
BECOME password:
Yes, it may be possible to configure Ansible not to prompt for passwords, but I want to research how it can be done solely with Sublime Text.
The text was updated successfully, but these errors were encountered:
Sometimes you need to provide an input to a task and in my experience it was not possible in the Sublime's output panel when running Ansible playbook requiring become password.
Yes, it may be possible to configure Ansible not to prompt for passwords, but I want to research how it can be done solely with Sublime Text.
The text was updated successfully, but these errors were encountered: