Hi,
I’m using the development version of ansible on ubuntu 14.04.
If I use the git task to clone a repo containing submodules, the playbook hangs. Killing the process and it looks like it clones the non-submodule folders fine but not the submodule folders.
- Using the shell to clone the repo works fine
- The same playbook with a repo without submodules works fine
Is this is a known issue? What would you want for a bug report?
thanks,
Duncan