Fix an inconsistently named variable
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
roles:
|
||||
- role: genlab.common.mount_device
|
||||
devices:
|
||||
mount_device_devices:
|
||||
- what: "/tmp/test_file"
|
||||
where: "/test_mount"
|
||||
fstype: ext3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: "Mount devices"
|
||||
with_items: "{{ devices }}"
|
||||
loop: "{{ mount_device_devices }}"
|
||||
ansible.posix.mount:
|
||||
fstype: "{{ item.fstype }}"
|
||||
path: "{{ item.where }}"
|
||||
|
||||
Reference in New Issue
Block a user