I’m looking for suggestions on how to add a two step login/switch to root to work within ansible. I’m restricted to logining in to a server with my normal sid. After that is accomplished, I then use su to switch to another account (giving a password when prompted). From there, I can use sudo to switch to root. Trying to wrap my head around putting that into practice within ansible. Suggestions would be greatly appreciated.