mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
Merged in DCD-890-fix-variable-name-typo-in-write-tags (pull request #78)
DCD-869: Change missing variable reference in write-tags Approved-by: Steve Smith <ssmith@atlassian.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
- name: Retrieve autoscaling group
|
||||
set_fact:
|
||||
ec2_autoscaling_group: "{{ ec2_tags.tags['aws:autoscaling:groupName'] | default('') }}"
|
||||
ec2_autoscaling_group: "{{ ec2_instance_tags.tags['aws:autoscaling:groupName'] | default('') }}"
|
||||
|
||||
# Because Ansible - https://github.com/ansible/ansible/issues/11905#issuecomment-130496173
|
||||
- name: Set fact to store boolean 'atl_restore_required' value as as array of one string
|
||||
|
||||
Reference in New Issue
Block a user