Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chruby install fails on the first time because of? #3

Open
sillylogger opened this issue Oct 21, 2017 · 2 comments
Open

chruby install fails on the first time because of? #3

sillylogger opened this issue Oct 21, 2017 · 2 comments

Comments

@sillylogger
Copy link
Member

fatal: [127.0.0.1]: FAILED! => {
    "changed": false, 
    "failed": true, 
    "invocation": {
        "module_args": {
            "src": "/etc/profile.d/chruby.sh"
        }
    }, 
    "msg": "file not found: /etc/profile.d/chruby.sh"
}
@titopandub
Copy link

titopandub commented Oct 25, 2017

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?

@sillylogger
Copy link
Member Author

sillylogger commented Oct 25, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants