From 66312f03ed6ec184accca96e1965c45b1fd83809 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 10 Jan 2020 12:17:34 +1100 Subject: [PATCH] Start the cloudwatch agent earlier in the deployment. --- roles/aws_common/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/aws_common/tasks/main.yml b/roles/aws_common/tasks/main.yml index 5155e76..b08eb67 100644 --- a/roles/aws_common/tasks/main.yml +++ b/roles/aws_common/tasks/main.yml @@ -23,3 +23,6 @@ when: atl_aws_enable_cloudwatch is defined and atl_aws_enable_cloudwatch notify: - Restart CloudWatch Agent + +- name: Initiate the startup of any new AWS services now + meta: flush_handlers