blob: e4f301f017dcf246bc1e6275601d9c7d8b1f1202 (
plain)
1
2
3
4
5
|
- file: path="{{ item.value.path }}" state=directory
with_dict: "{{ domain.volumes }}"
- mount: src="{{ item.value.path }}" name="{{ item.value.mount }}" opts=bind fstype=none state=mounted
with_dict: "{{ domain.volumes }}"
|