Merge "Add additional post project rename reindexing"
This commit is contained in:
commit
e4f806f110
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user