Hi!
In a Roles’ task I’m trying to clone a repo in develop branch. That repo has git submodules.
During the task which use the ansible’s git module, ansible is hanging up.
If I ssh to the box while ansible is hanged up I can verify that the clone as been made.
Although if I interrupt ansible and ssh to box the clone will be wiped out from there.
Re-running the playbook will result in the same behavior.
The same applies if I clone the repo in the master branch.
Does anyone as already been in this situation?
Cheers,
JPN