Move develop into main #2

Merged
chris merged 53 commits from develop into main 2024-07-11 21:41:45 -04:00
Showing only changes of commit 9fd5280683 - Show all commits

View File

@ -21,7 +21,7 @@
ansible.builtin.set_fact:
bigboot_lvm_mounts: "{{ bigboot_lvm_mounts | default([]) + [item['key']] }}"
loop: "{{ bigboot_adjacent_lvm_devices | dict2items }}"
when: item['value'] | regex_search('^/[a-zA-Z]')
when: item['value'] | regex_search('[/a-zA-Z]')
- name: Debug bigboot_lvm_mounts
ansible.builtin.debug: