From f8358623d87833d8f4230b2569ce064b9e2c532f Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 11 Sep 2019 13:22:52 +1000 Subject: [PATCH] DCD-436: Fix systemd restart. --- roles/aws_common/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/aws_common/handlers/main.yml b/roles/aws_common/handlers/main.yml index 768f8cf..0e43a13 100644 --- a/roles/aws_common/handlers/main.yml +++ b/roles/aws_common/handlers/main.yml @@ -11,5 +11,5 @@ systemd: name: "amazon-cloudwatch-agent.service" enabled: true - status: restarted + state: restarted when: atl_aws_agent_restart