Add JMESPath examples link

This commit is contained in:
2022-01-28 08:57:52 +01:00
parent 890d4d8573
commit e0bfb3f97c

View File

@@ -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)