mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
first round of fixes from testing
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
region: "{{ ansible_ec2_placement_region }}"
|
||||
filters:
|
||||
status: 'available'
|
||||
"tag:service_name": "{{ stack_name }}"
|
||||
"tag:Name": "{{ stack_name }} mesh volume {{ ansible_ec2_placement_availability_zone }}"
|
||||
"tag:service_name": "{{ atl_aws_stack_name }}"
|
||||
"tag:Name": "{{ atl_aws_stack_name }} mesh volume {{ ansible_ec2_placement_availability_zone }}"
|
||||
register: orphan_vol_info
|
||||
tags: notest # doesn't work in molecule
|
||||
|
||||
|
||||
Reference in New Issue
Block a user