[ansible-project] Re: Ansible gets stuck during first npm install

2016-04-04 Thread owen . garland
I have ran into this problem too, here is my task: - name: Install doorman npm: name=doorman-proxy version=0.4.1 global=yes tags: doorman -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and

[ansible-project] Re: Ansible gets stuck during first npm install

2016-02-29 Thread Pablo Farías Navarro
I have the exact same problem. Doing: - name: update node packages npm: path=/my-path Makes the playbook get stuck, so I have to manually ssh and do npm install :s On Sunday, November 29, 2015 at 1:55:51 PM UTC+10, an...@octonius.com wrote: > > Hi, > > Ansible gets stuck during execution