|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
- hosts: all
|
|
|
|
|
tasks:
|
|
|
|
|
|
|
|
|
|
# https://github.blog/2022-10-18-git-security-vulnerabilities-announced/
|
|
|
|
|
- name: Checkout submodules
|
|
|
|
|
shell: "if [ -d {{ item }} ] ; then git submodule update --init {{ item }} ; fi"
|
|
|
|
|
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:
|
|
|
|
|