From c5bf537022340d7d9af1b6be7db2949345a328fd Mon Sep 17 00:00:00 2001 From: Mathieu Trossevin Date: Thu, 4 Jun 2020 16:10:38 +0200 Subject: [PATCH] Repair mysql playbook restart xinetd: state should be restarted, not restart --- 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..80afafe5 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'