mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
d94395f48c
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 |