From 0f0910c63917992f146493b143d4c1676d3374a6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 14 May 2020 14:34:16 -0700 Subject: [PATCH] handlers: re-add the xinetd handler we removed because we thought surely nothing could be using this in the year of our lord 2020. OH well Signed-off-by: Kevin Fenzi --- handlers/restart_services.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/handlers/restart_services.yml b/handlers/restart_services.yml index df87e9e200..8b0edd779f 100644 --- a/handlers/restart_services.yml +++ b/handlers/restart_services.yml @@ -86,6 +86,9 @@ - name: fix openvpn routing action: shell /etc/openvpn/fix-routes.sh +- name: restart xinetd + action: service name=xinetd state=restarted + - name: restart netapproute action: command /etc/sysconfig/network-scripts/ifup-routes eth1