diff --git a/initnextcloud.yml b/initnextcloud.yml index e990d4d..eab01ec 100644 --- a/initnextcloud.yml +++ b/initnextcloud.yml @@ -1,6 +1,6 @@ --- - hosts: "{{ target }}" - gather_facts: false + gather_facts: true remote_user: pi roles: - initnextcloud diff --git a/roles/initnextcloud/tasks/mount.yml b/roles/initnextcloud/tasks/mount.yml index ba0c933..59be744 100644 --- a/roles/initnextcloud/tasks/mount.yml +++ b/roles/initnextcloud/tasks/mount.yml @@ -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