regex fix

This commit is contained in:
Chris Hammer 2024-06-18 15:52:31 -04:00
parent db967f6aef
commit 9fd5280683

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: