From e0bfb3f97c2369ec32b3ed8e94b07bfd367ac2e3 Mon Sep 17 00:00:00 2001 From: Michael Schlapa Date: Fri, 28 Jan 2022 08:57:52 +0100 Subject: [PATCH] Add JMESPath examples link --- Ansible/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Ansible/README.md b/Ansible/README.md index 79ef811..308ed2c 100644 --- a/Ansible/README.md +++ b/Ansible/README.md @@ -48,3 +48,4 @@ The regex `(?<=\()\d+` uses a feature called *positive lookbehind*: `(?<=\()`. I * [Module defaults](https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html) * [Module rejection](https://docs.ansible.com/ansible/latest/user_guide/plugin_filtering_config.html) +* [JMESPath examples](https://jmespath.org/examples.html)