[Answer]-Is there a way to see the salt state converted to the actual command that is being run?

1👍

You can run the minion as salt-minion --log-level=debug and then execute the state. It will show you what commands are being executed by salt on the system based on your state file.

Leave a comment