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)