prevent usage of backported filter on ansible >= 2.0

Hi all.

For my needs I’ve backported combine filter from ansible 2.0 to 1.7. As my role is written for 3rd party I can’t control used ansible version.

So the question is: how can I prevent usage of my module with ansible >= 2.0?