I want to run a python from ansible and need to user a password in it.
With default behavior you see the password in the logging.
I know the option no_log: true but the nI have no logging.
I want the sdtout logging but not see the passwords
What is the best way to accomplish that?