alasfour

Results 1 issues of alasfour

stats_config.yaml contains the following: query: '[.Reservations[].Instances[]|select(.State.Name == "running")]|length' When I run the report module, I ge the null error. I changed the above line to: query: '[.Reservations[]?.Instances[]|select(.State.Name == "running")]|length' and...

bug