-
Notifications
You must be signed in to change notification settings - Fork 21
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
problem: qa/1.7.x branch error on role dependency (geerlingguy.nodejs) #151
Comments
This happens due to a bug in https://github.com/geerlingguy/ansible-role-nodejs/blob/4.1.1/tasks/main.yml#L8-L11 :
In recent versions of ansible (testing with 2.3.x) ansible_user is not defined (being replaced by It's worth noting that this problem does not happen when doing a vagrant deployment using the archivematica playbook in deploy-pub (https://github.com/artefactual/deploy-pub/tree/master/playbooks/archivematica), but will likely happen when doing deployments when the ansible control machine and target machine are different. Workaround is to assign
|
Fixed in #153, by adding a note to the README with a workaround |
Have you considered submitting a PR to the original repo by geerlingguy? |
Just submitted this PR: geerlingguy/ansible-role-nodejs#75 |
Way to go!!! @hakamine thanks |
Resolves Issue artefactual-labs#151 until it can be fixed upstream
Getting an error like this when the role dependency is executing:
The text was updated successfully, but these errors were encountered: