- 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 }}"