diff --git a/playbooks/zuul_restart.yaml b/playbooks/zuul_restart.yaml index 87d18dcd39..c41e0feacc 100644 --- a/playbooks/zuul_restart.yaml +++ b/playbooks/zuul_restart.yaml @@ -63,13 +63,13 @@ state: started become: true become_user: root - - name: Stop Zuul Web + - name: Start Zuul Web service: name: zuul-web state: started become: true become_user: root - - name: Stop Zuul Finger Gateway + - name: Start Zuul Finger Gateway service: name: zuul-fingergw state: started