noatime in fstab.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- hosts: "{{ target }}"
|
||||
gather_facts: false
|
||||
gather_facts: true
|
||||
remote_user: pi
|
||||
roles:
|
||||
- initnextcloud
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user