insights-core
insights-core copied to clipboard
The `cloud_cfg` datasource converts the result to json, but it should be yaml.
In https://github.com/RedHatInsights/insights-core/blob/master/insights/specs/datasources/cloud_init.py#L114 the result is converted into the json but when using this datasource in the rule, it failed with insights.parsers.ParseException: insights.parsers.cloud_cfg.CloudCfg couldn't parse json.
and skip the condition.