Closed alexeiser closed 4 months ago
I don't think splunk_api
and uri
have matching return fields as expected.
The conditional check 'post_apps_local.status == 201' failed. The error was: error while evaluating cond
itional (post_apps_local.status == 201): 'dict object' has no attribute 'status'
The most recent docker images 9.0.9, 9.1.4 and 9.2.1 all fail with the error:
e.g. command to cause failure
This seems to be because https://github.com/splunk/splunk-ansible/pull/777 changed from
when: not check_fwd_lic.json.entry[0].content.is_active
towhen: not check_fwd_lic.content.json.entry[0].content.is_active
- but no other item was changed - including the free license enablement.