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

composer home path is .config/composer #66

Closed
circuscowboy opened this issue Nov 8, 2019 · 2 comments
Closed

composer home path is .config/composer #66

circuscowboy opened this issue Nov 8, 2019 · 2 comments
Labels

Comments

@circuscowboy
Copy link

circuscowboy commented Nov 8, 2019

I am working with this role and your drush role. Composer is installed fine and when running the drush install it works as well but fails when it is trying to symlink drush to the bin folder.
The drush symlink is hard coded to ~/.composer/vendor/... while it ends up being ~/.config/composer/vendor/...
https://github.com/geerlingguy/ansible-role-drush/blob/30ba8f04c8f438a41a820338c90dc4a5b67f8506/tasks/install-drush-composer.yml#L21

The quick fix is to add the config/ in the drush role but since there is a variable for composer_home_path set to ~/.composer and it is not respected I decided to put the issue here.
composer_home_path: '~/.composer'

composer_home_path: '~/.composer'

@stale
Copy link

stale bot commented Mar 6, 2020

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@stale stale bot added the stale label Mar 6, 2020
@stale
Copy link

stale bot commented Apr 5, 2020

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

@stale stale bot closed this as completed Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant