What is the equivalent of [1]
git submodule update --init
using the git [2] module? Would "update: yes" (the default) as in
- git:
repo: 'https://foosball.example.org/path/to/repo.git’
dest: /srv/checkout
update: yes
suffice?
[1] https://git-scm.com/docs/git-submodule
[2] https://docs.ansible.com/ansible/latest/modules/git_module.html