TASK [provision-visualstudio-project : Define OpenShift ImageStream] ***
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Error parsing resource definition. Encountered spec_lookup_policy_local, which does not map to a module parameter. If this looks like a problem with the module, please open an issue at github.com/openshift/openshift-restclient-python/issues"}
to retry, use: --limit @/opt/apb/actions/provision.retry
remark
Removing the "spec.lookupPolicy" fixes it and object is being created.
So it looks like there is no or an incorrect mapping on this lookupPolicy attribute.
Task definition
playbook execution result
TASK [provision-visualstudio-project : Define OpenShift ImageStream] *** fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Error parsing resource definition. Encountered spec_lookup_policy_local, which does not map to a module parameter. If this looks like a problem with the module, please open an issue at github.com/openshift/openshift-restclient-python/issues"} to retry, use: --limit @/opt/apb/actions/provision.retry
remark
Removing the "spec.lookupPolicy" fixes it and object is being created. So it looks like there is no or an incorrect mapping on this lookupPolicy attribute.