Correct typo in zuul restart playbook

This is very confusing when watching the output.

Change-Id: I555f8ac1689192f40af509db1a85890250fda027
This commit is contained in:
James E. Blair 2019-01-23 08:53:42 -08:00
parent 208c9dbde7
commit f99b72fd0c
1 changed files with 2 additions and 2 deletions

View File

@ -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