From 7e3ff3c2ebb571fce906028fcfc970fd904b73cb Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Thu, 19 Oct 2023 03:16:19 +0200 Subject: [PATCH] Avoid timestamp changes for `touch` operation --- tasks/php.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/php.yml b/tasks/php.yml index dbca4fe..12913ad 100644 --- a/tasks/php.yml +++ b/tasks/php.yml @@ -18,6 +18,8 @@ owner: "{{ item.user }}" group: "{{ item.user }}" mode: "0644" + access_time: preserve + modification_time: preserve - name: "PHP | Aktiviere systemd Socket | {{ item.name }}" ansible.builtin.systemd: