Here is an example:

- hosts: localhost
  gather_facts: false
  vars:
    q:
      - 'abc<tab character here>'
      - 123
  tasks:
    - debug:
        msg: >-
          {{ q is search('abc\t') }}

This returns false. I have tried different variations of the regex, but 
nothing worked. Is this possible to do?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/f9c704cc-c063-4491-a900-0e229eba4486n%40googlegroups.com.

Reply via email to