noatime in fstab.

This commit is contained in:
2025-08-19 10:02:00 +02:00
parent 3a876c13a9
commit 30ea8282fb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
- hosts: "{{ target }}"
gather_facts: false
gather_facts: true
remote_user: pi
roles:
- initnextcloud

View File

@@ -4,7 +4,7 @@
path: /etc/fstab
marker: "# {mark} ANSIBLE MANAGED BLOCK nextcloud"
block: |
PARTUUID={{ partuuid }} /mnt/nextcloud ext4 defaults,fail 0 1
PARTUUID={{ partuuid }} /mnt/nextcloud ext4 defaults,noatime,fail 0 1
- name: Mount /mnt/nextcloud
become: true