noatime in fstab.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: "{{ target }}"
|
- hosts: "{{ target }}"
|
||||||
gather_facts: false
|
gather_facts: true
|
||||||
remote_user: pi
|
remote_user: pi
|
||||||
roles:
|
roles:
|
||||||
- initnextcloud
|
- initnextcloud
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
path: /etc/fstab
|
path: /etc/fstab
|
||||||
marker: "# {mark} ANSIBLE MANAGED BLOCK nextcloud"
|
marker: "# {mark} ANSIBLE MANAGED BLOCK nextcloud"
|
||||||
block: |
|
block: |
|
||||||
PARTUUID={{ partuuid }} /mnt/nextcloud ext4 defaults,fail 0 1
|
PARTUUID={{ partuuid }} /mnt/nextcloud ext4 defaults,noatime,fail 0 1
|
||||||
|
|
||||||
- name: Mount /mnt/nextcloud
|
- name: Mount /mnt/nextcloud
|
||||||
become: true
|
become: true
|
||||||
|
Reference in New Issue
Block a user