From 4de33e41b5f85ec391be2706c8f8479df8d311bf Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Thu, 29 Oct 2020 10:41:21 +0100 Subject: [PATCH] mysql: fix typo in restart handler --- mysql/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/handlers/main.yml b/mysql/handlers/main.yml index 87a7613a..0ac28412 100644 --- a/mysql/handlers/main.yml +++ b/mysql/handlers/main.yml @@ -22,4 +22,4 @@ - name: 'restart xinetd' service: name: 'xinetd' - state: 'restart' + state: 'restarted