FITFLOP
Home

json-query (2 post)


posts by category not found!

json_query not parsing registered variable containing JSON output with escaped double-quotes in Ansible

Decoding Escaped Double Quotes in JSON with Ansibles json query When working with JSON data in Ansible you might encounter situations where the JSON string cont

2 min read 04-10-2024 122
json_query not parsing registered variable containing JSON output with escaped double-quotes in Ansible
json_query not parsing registered variable containing JSON output with escaped double-quotes in Ansible

Extract JSON value with key containing dashes and provided via an Ansible variable

Extracting JSON Values with Dashes in Keys Using Ansible Variables When working with JSON data in Ansible you might encounter situations where the keys within t

2 min read 04-10-2024 122
Extract JSON value with key containing dashes and provided via an Ansible variable
Extract JSON value with key containing dashes and provided via an Ansible variable