Sorry for newbie question but I cannot find any information on what can be done with assert. For example, going through ansible modules in galaxy, I found that you can do something like ‘var is number’ to test that var is integer and not string. Where can I found documentation on what can be done with assert eg is there something like ‘var2 is email’. So the basic question is, where can I find supported tests for assert?
Thanks