minishift-up-role
minishift-up-role copied to clipboard
minishift using ansible
I'am trying to install minshift using ansible role but i am facing this problem, who can help me plz
@khoukhaa
There must be something off with https://github.com/chouseknecht/minishift-up-role/blob/master/tasks/copy_oc_client.yml#L3
Is ${HOME} defined in your environment?
Before the role errors, it installs Minishift, so you should be able to check if ${HOME}/.minishift/cache/oc
exists, and what directories are inside of it. Are there any directories there?
thank you for your response but unfortunately , this path is empty :(
2018-03-21 10:37 GMT+01:00 Chris Houseknecht [email protected]:
@khoukhaa https://github.com/khoukhaa
There must be something off with https://github.com/ chouseknecht/minishift-up-role/blob/master/tasks/copy_oc_client.yml#L3
Is ${HOME} defined in your environment?
Before the role errors, it installs Minishift, so you should be able to check if ${HOME}/.minishift/cache/oc exists, and what directories are inside of it. Are there any directories there?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/chouseknecht/minishift-up-role/issues/8#issuecomment-374879381, or mute the thread https://github.com/notifications/unsubscribe-auth/AjmfH2XlPMKRgGX_HzCTfb40M4qJmzUrks5tgh9VgaJpZM4SvXdB .
@khoukhaa What OS do you use?