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
A bit tricky. Maybe you could include a `pre_task` in this ruby role:
https://github.com/KMK-ONLINE/workstation/blob/master/roles/ruby/tasks/main.yml
The reason I say tricky is because the chruby install is a dependency of
this role and I don't know if pre-tasks run before dependencies. Otherwise
we'd have to pull it out to a different `roles/pre-ruby` or something...
But we only want to delete it if those files are there, but chruby is not
fully installed... Otherwise we will just keep re-installing chruby. I
think we should dive into why there is the
`/usr/local/share/doc/chruby-0.3.9` but the chruby is not fully
installed... perhaps it is failing on the initial install? IDK.
On Wed, Oct 25, 2017 at 10:51 AM, Tito Pandu Brahmanto < ***@***.***> wrote:
Sometimes chruby is already installed, to make the script run green,
remove this two directories:
rm -rf /tmp/chruby-0.3.9
sudo rm -r /usr/local/share/doc/chruby-0.3.9
Where do you think I can include this? on the ansible?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKQ9_F4vIXfBonc0Ehcpx5AyMzBKS6Pks5svrBTgaJpZM4QBc6i>
.
The text was updated successfully, but these errors were encountered: