- hosts: all tasks: # https://github.blog/2022-10-18-git-security-vulnerabilities-announced/ - name: Checkout submodules shell: "if [ -d {{ item }} ] ; then git -c protocol.file.allow=always submodule update --init {{ item }} ; fi" args: chdir: /home/zuul/src/gerrit.googlesource.com/gerrit loop: - modules/jgit - polymer-bridges