bug fixes

This commit is contained in:
Lee Goolsbee
2024-03-27 14:46:01 -05:00
parent 4ecbf978c2
commit 47589f03a9
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
- name: Set fact if this stack is a mesh clone
ansible.builtin.set_fact:
mesh_clone: "{{ (atl_mesh_snapshot_az1 is defined) | ternary(true, false) }}"
mesh_clone: "{{ (atl_mesh_snapshot_az1 | length > 0) | ternary(true, false) }}"
# workout if there is a valid mesh_vol, either mounted or abandoned, set mesh_vol or mesh_snap
- name: Check for valid mesh_vol