diff --git a/playbooks/rename_repos.yaml b/playbooks/rename_repos.yaml index 93c4bd2c73..0dcf503fbd 100644 --- a/playbooks/rename_repos.yaml +++ b/playbooks/rename_repos.yaml @@ -141,5 +141,11 @@ - name: Start online reindex of accounts shell: "{{ gerrit_ssh_command }} index start accounts --force" + - name: Start online reindex of groups + shell: "{{ gerrit_ssh_command }} index start groups --force" + + - name: Start online reindex of projects + shell: "{{ gerrit_ssh_command }} index start projects --force" + - name: Start online reindex of changes shell: "{{ gerrit_ssh_command }} index start changes --force"