Open timrburnham opened 4 years ago
Hi @timrburnham -- thanks for raising this, it makes sense. I'll add it to my backlog to investigate how to make the reliance on the metadata-asset-manager role optional when configuring these server-side pieces is not actually something that will be done anyway.
My organization only uses this role to deploy the Client tier, not Services/Engine/other tiers. For this reason, we have not installed IBM.infosvr-metadata-asset-manager. That causes this error, excuse me for omitting paths:
Ansible documentation for the related
import_role
points out:(The
import_tasks
documentation doesn't draw the distinction between import and include, but it probably should--it clearly still applies).include_tasks
does not cooperate withbecome
, so I did the following intasks/configure.yml
for the 2 tasks which import IBM.infosvr-metadata-asset-manager:I won't be able to submit a PR, as I am unable to complete testing in our environment. Don't wanna break anything for people actually using this feature. But I suspect the
become
options can be shoved down further into the task itself.