From f99b72fd0cabd9a2594458f4b3a4c929938543e1 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 23 Jan 2019 08:53:42 -0800 Subject: [PATCH] Correct typo in zuul restart playbook This is very confusing when watching the output. Change-Id: I555f8ac1689192f40af509db1a85890250fda027 --- playbooks/zuul_restart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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