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