``` - hosts: localhost vars: - pi: 3.14 tasks: - when: >- pi in '3.1415926539' debug: msg: |- {{ ( a | string ) in '3.1415926539' }} ```