mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-16 12:57:40 +00:00
Sample playbook when it may be useful:
```
- uri: return_content=yes url={{ api_base }}/action/{{ inventory_hostname }}
register: output
- assert:
msg: '{{ output.json | to_nice_json }}'
that:
- output.json.foo != "bar"
- output.json.boo == 42
```
|
||
|---|---|---|
| .. | ||
| ansible | ||