Moved examples to the right folder

This commit is contained in:
Michele Cereda
2023-01-22 22:13:33 +01:00
parent 4c62081ca6
commit 9417f4ab15
2 changed files with 3 additions and 2 deletions

View File

@@ -88,7 +88,7 @@
# All of the string tests can also take the optional 'ignorecase' and
# 'multiline' arguments.
- name: Test a substring is present in a string.
debug:
ansible.builtin.debug:
msg: "{{ item }}"
with_items:
- "{{ url is match('https://example.com/users/.*/resources') }}"

View File

@@ -458,6 +458,7 @@ vars:
## Further readings
- [Templating]
- [Templating examples]
- [Roles]
- [Tests]
- [Special variables]
@@ -504,7 +505,7 @@ vars:
[working with versions]: https://docs.ansible.com/ansible/latest/collections/community/general/docsite/filter_guide_working_with_versions.html
<!-- internal references -->
[examples]: ../ansible/templating.cheatsheet.yml
[templating examples]: ../examples/ansible/templating.yml
<!-- other references -->