Hi everyone
I am trying to install forever using npm and ansible on Centos 6.3. Here is my playbook.
Hi everyone
I am trying to install forever using npm and ansible on Centos 6.3. Here is my playbook.
Hi Nikita,
If you’re running from the source installation of Ansible, make sure that you’ve run “git submodule update --init”, as we have moved the modules into their own repositories.
If you’ve installed Ansible in some other way, please let us know.
Thanks!
“If you’re running from the source installation of Ansible, make sure that you’ve run “git submodule update --init”, as we have moved the modules into their own repositories.”
Ansible will report if it detects it can’t find modules, so if this does fix this for you, and you did not get an appropriate message telling you to do this from the program, let me know.
I think I replied to another similar question about this already, but let me know how you have installed ansible if not, as this may be something else.
Hi MIchael
I have installed ansible using git only.
Steps are as below:
$ git clone git://github.com/ansible/ansible.git --recursive
$ cd ./ansible
$ source ./hacking/env-setup
I also updated the submodules using
git submodule update --init --recursive
Still getting the same error.Any help would be highly appreciated.