@@ -5,7 +5,7 @@ | |||
{%- if mount.enabled %} | |||
{%- if not mount.file_system in ['nfs', 'nfs4', 'cifs'] %} | |||
{%- if not mount.file_system in ['nfs', 'nfs4', 'cifs', 'tmpfs'] %} | |||
mkfs_{{ mount.device}}: | |||
cmd.run: | |||
@@ -50,4 +50,4 @@ xfs_packages_{{ mount.device }}: | |||
{%- endfor %} | |||
{%- endif %} | |||
{%- endif %} |