- mkmnt: True | - mkmnt: True | ||||
- opts: {{ mount.get('opts', 'defaults,noatime') }} | - opts: {{ mount.get('opts', 'defaults,noatime') }} | ||||
- mount: {{ mount.get('mount', 'True') }} | - mount: {{ mount.get('mount', 'True') }} | ||||
- persist: {{ mount.get('save_to_fstab', 'False') }} | |||||
{%- if mount.file_system == 'xfs' %} | {%- if mount.file_system == 'xfs' %} | ||||
- require: | - require: | ||||
- pkg: xfs_packages_{{ mount.device }} | - pkg: xfs_packages_{{ mount.device }} |