DCD-1123: Make writing AWS tags optional, but default.

This commit is contained in:
Steve Smith
2020-10-21 13:26:35 +11:00
parent 7622c18575
commit 47a0f18d24
2 changed files with 3 additions and 0 deletions

View File

@@ -15,3 +15,5 @@ atl_aws_log_groups:
product: "{{ atl_aws_log_group_base }}"
audit: "{{ atl_aws_log_group_base }}-audit"
provisioning: "{{ atl_aws_log_group_base }}-provisioning"
atl_write_tags: true

View File

@@ -26,6 +26,7 @@
- name: Store some metadata about this run
include_tasks: "write-tags.yml"
when: atl_write_tags
- name: Initiate the startup of any new AWS services now
meta: flush_handlers