diff --git a/playbooks/rename_repos.yaml b/playbooks/rename_repos.yaml index eef6b772bf..29b52fb722 100644 --- a/playbooks/rename_repos.yaml +++ b/playbooks/rename_repos.yaml @@ -63,7 +63,7 @@ shell: echo 'update projects set name="{{ item.new }}" where name="{{ item.old }}";' | mysql --defaults-file=/etc/mysql/debian.cnf storyboard with_items: "{{ repos }}" -- hosts: zuul-scheduler +- hosts: zuul02.opendev.org gather_facts: False remote_user: root tasks: @@ -139,7 +139,7 @@ - name: Start online reindex of changes shell: "{{ gerrit_ssh_command }} index start changes --force" -- hosts: zuul-scheduler +- hosts: zuul02.opendev.org gather_facts: False remote_user: root tasks: