Purge any iptables rules which are NOT in playbook

Hey,

I want to make sure that any existing iptables rules will be gone after I run my play book, in puppet I just need to set purge to yes or something very similar, but I can’t find anything related in ansible/iptables module. Any ideas how I could achieve that ?

Thanks,