first round of fixes from testing

This commit is contained in:
Lee Goolsbee
2024-03-25 14:27:28 -05:00
parent a902044657
commit c610d975ca
8 changed files with 24 additions and 28 deletions

View File

@@ -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