From 75bce82b0fc007c44f34af74a5ddb4863fe5bab3 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 27 Sep 2022 21:29:00 -0700 Subject: [PATCH] Fix typo --- recover-consul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recover-consul.yaml b/recover-consul.yaml index 86be259..753b6df 100644 --- a/recover-consul.yaml +++ b/recover-consul.yaml @@ -3,7 +3,7 @@ hosts: consul_instances tasks: - - name: Restart Consul + - name: Stop Consul systemd: name: consul state: stopped