python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
can't load json-query package
In Windows cmd, I typed
npm install json-query
It seemed successfully by typing:
npm -v json-query
It said version of 8.5.5.
In my HTML, I did
<script src="https://requirejs.org/docs/release...
Justin
Votes: 0
Answers: 0
How to match/search a substring from a dict attribute that is a list
Here's the scenario:
a playbook that calls a role to create users in multiple servers, including a VM Scale Set (where ansible_hostnames can't be predicted) - inventory is already being dynamically g...

rofz
Votes: 0
Answers: 1
Getting error template error while templating string: No filter named 'json_query'
With this playbook
---
- name: ReadJsonfile
hosts: localhost
tasks:
- name: Display the JSON file content
shell: "cat config.json"
register: result
- name: save...
Ashar
Votes: 0
Answers: 1
Extract status of Kubernetes CR created via ansible-operator
I am new to json query. Facing trouble extracting the status.conditions[ansibleResult].type
I have a CRD defined and created CR against the same, which is picked up by operator-sdk running ansible in ...

Soham Sarbadhikari
Votes: 0
Answers: 1