[stable-2.20] regex: fix example documentation for regex_test (#86172) (#86256)

Fixes: https://github.com/ansible/ansible-documentation/issues/3246
(cherry picked from commit 5f2d96c)

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
pull/86278/head
Abhijeet Kasurde 1 day ago committed by GitHub
parent f704b0c7ef
commit 19428e37af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,7 +28,7 @@ DOCUMENTATION:
choices: [match, search, fullmatch]
default: search
EXAMPLES:
EXAMPLES: |
- name: check if string matches regex
assert:
that:

Loading…
Cancel
Save