Michael Floßmann
Results
2
comments of
Michael Floßmann
I have the same issue (and I would call it an issue ;) To talk about it in a more programmatic way: there's no non-blocking way to read input.
You can at least prompt the user for a password when using the api. Example of asking the user for a become-password with `getpass` ``` python import ansible-runner import getpass...