mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-02 17:23:12 -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