{%- if volume.mount is defined %} | {%- if volume.mount is defined %} | ||||
- require_in: | - require_in: | ||||
- mount: {{ volume.mount.path }} | - mount: {{ volume.mount.path }} | ||||
{%- if not volume.mount.get('file_system', None) in ['nfs', 'nfs4', 'cifs', 'tmpfs', None] %} | |||||
- mkfs_{{ volume.mount.device}}: | |||||
{%- endif %} | |||||
{%- endif %} | {%- endif %} | ||||
{%- endfor %} | {%- endfor %} |