From 59d60dc385bd8da391b25c4ed7738b1f24f3d7e5 Mon Sep 17 00:00:00 2001 From: Ben Partridge Date: Thu, 26 Mar 2020 11:24:56 +1100 Subject: [PATCH] don't write tags unless deployment is quickstart --- roles/aws_common/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/aws_common/tasks/main.yml b/roles/aws_common/tasks/main.yml index 9c90622..eb195e5 100644 --- a/roles/aws_common/tasks/main.yml +++ b/roles/aws_common/tasks/main.yml @@ -26,6 +26,7 @@ - name: Store some metadata about this run include_tasks: "write-tags.yml" + when: atl_quickstart_deployment is defined and atl_quickstart_deployment - name: Initiate the startup of any new AWS services now meta: flush_handlers