mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07: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:
@@ -28,7 +28,7 @@ DOCUMENTATION:
|
||||
choices: [match, search, fullmatch]
|
||||
default: search
|
||||
|
||||
EXAMPLES:
|
||||
EXAMPLES: |
|
||||
- name: check if string matches regex
|
||||
assert:
|
||||
that:
|
||||
|
||||
Reference in New Issue
Block a user