Hi,
I’ve been working on a playbook that asserts prerequisites required for a mssql installation and I’m not entirely confident with what I’ve come up with.
What I know is that if an assert is false, it fails the playbook, and the same can be done using the fail module. So what’s the difference between the two?