a
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
# Smallest Recovery partition on this host (if any)
|
# Smallest Recovery partition on this host (if any)
|
||||||
- name: Compute smallest Recovery partition size (bytes)
|
- name: Compute smallest Recovery partition size (bytes)
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
recovery_min_bytes: "{{ (winre_parts | map(attribute='SizeBytes') | list) | min }}"
|
recovery_min_bytes: "{{ winre_parts | map(attribute='SizeBytes') | map('int') | list | min }}"
|
||||||
when: winre_parts | length > 0
|
when: winre_parts | length > 0
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user