From: Bill Erickson Date: Thu, 15 Jun 2017 22:04:01 +0000 (-0400) Subject: websockets restart thinko X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2bd6aec4543286b126cac6ca2ee867906fb3cd76;p=working%2Frandom.git websockets restart thinko Signed-off-by: Bill Erickson --- diff --git a/evergreen/apache.yml b/evergreen/apache.yml index 45b864e63..5efa3c890 100644 --- a/evergreen/apache.yml +++ b/evergreen/apache.yml @@ -5,7 +5,7 @@ - name: Stop Apache2 Websockets become: true # TODO: Use ansible 2.2 service: use=systemd - shell: systemctl stop apache2ctl-websockets + shell: systemctl stop apache2-websockets - name: Setup eg.conf become: true copy: