We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 264598f + ac828db commit 4c7c456Copy full SHA for 4c7c456
shared/templates/mount_option/ansible.template
@@ -41,7 +41,7 @@
41
set_fact:
42
mount_info: "{{ mount_info|default({})|combine({item.0: item.1}) }}"
43
with_together:
44
- - "{{ device_name.stdout_lines[0].split() | list | lower }}"
+ - "{{ device_name.stdout_lines[0].split() | map('lower') | list }}"
45
- "{{ device_name.stdout_lines[1].split() | list }}"
46
when:
47
- device_name.stdout is defined and device_name.stdout_lines is defined
0 commit comments