| - hosts: all | |
| tasks: | |
| - name: List submodule git dir | |
| command: "ls src/gerrit.googlesource.com/gerrit/{{ item }}/.git" | |
| args: | |
| chdir: "{{ ansible_user_dir }}" | |
| loop: | |
| - modules/java-prettify | |
| - modules/jgit | |
| - plugins/codemirror-editor | |
| - plugins/commit-message-length-validator | |
| - plugins/delete-project | |
| - plugins/download-commands | |
| - plugins/gitiles | |
| - plugins/hooks | |
| - plugins/plugin-manager | |
| - plugins/replication | |
| - plugins/reviewnotes | |
| - plugins/singleusergroup | |
| - plugins/webhooks | |
| - polymer-bridges |