mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Moved examples to the right folder
This commit is contained in:
@@ -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') }}"
|
||||
@@ -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 -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user