Correct typo in zuul restart playbook
This is very confusing when watching the output. Change-Id: I555f8ac1689192f40af509db1a85890250fda027
This commit is contained in:
parent
208c9dbde7
commit
f99b72fd0c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user