regex: fix example documentation for regex_test (#86172)

Fixes: https://github.com/ansible/ansible-documentation/issues/3246

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
pull/84324/merge
Abhijeet Kasurde 1 week ago committed by GitHub
parent 6bb7bd760f
commit 5f2d96c60e
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