regex fix
This commit is contained in:
parent
db967f6aef
commit
9fd5280683
@ -21,7 +21,7 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
bigboot_lvm_mounts: "{{ bigboot_lvm_mounts | default([]) + [item['key']] }}"
|
bigboot_lvm_mounts: "{{ bigboot_lvm_mounts | default([]) + [item['key']] }}"
|
||||||
loop: "{{ bigboot_adjacent_lvm_devices | dict2items }}"
|
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
|
- name: Debug bigboot_lvm_mounts
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user