You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the loop everything is put into result.results array.
- debug:
msg:
- "result is {{result.results[0].status}}"
- "message is {{result.results[0].content}}"
ok: [cm001.cdp.lan] => {
"msg": [
"result is 400",
"message is {\n \"message\" : \"Data Context with the name SDX already exists\"\n}"
]
}
Regards
Uli
The text was updated successfully, but these errors were encountered:
Thanks for submitting this issue. The failed_when does look off.
In the (hopefully near) future, this entire task and function will be consumed into a single module. Something like cloudera.cluster.cm_data_context and looping with that module.
Hi,
in create_data_context.yml the failed_when condition seems to be not correct
I get the following error if i run the cluster.yml playbook a second time
Because of the loop everything is put into result.results array.
Regards
Uli
The text was updated successfully, but these errors were encountered: