From 2bd6aec4543286b126cac6ca2ee867906fb3cd76 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 15 Jun 2017 18:04:01 -0400 Subject: [PATCH] websockets restart thinko Signed-off-by: Bill Erickson --- evergreen/apache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.0