mirror of
https://github.com/ansible/ansible.git
synced 2026-02-14 08:23:13 -05:00
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>
This commit is contained in:
parent
6bb7bd760f
commit
5f2d96c60e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ DOCUMENTATION:
|
|||
choices: [match, search, fullmatch]
|
||||
default: search
|
||||
|
||||
EXAMPLES:
|
||||
EXAMPLES: |
|
||||
- name: check if string matches regex
|
||||
assert:
|
||||
that:
|
||||
|
|
|
|||
Loading…
Reference in a new issue