Hi everyone

I am trying to install forever using npm and ansible on Centos 6.3. Here is 
my playbook.

---
- name: Install forever
  npm: name=forever global=yes state=latest

I am getting error:
npm is not a legal parameter at this level in an ansible playbook.

Now if I add these same lines in main,yml in tasks folder for node.js, I am 
getting below error:
npm is not a legal paramter in an Ansible task or handler. 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/379593dc-fbf4-4af1-b3c3-50dbe1b8ad73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to