Avoid timestamp changes for touch
operation
This commit is contained in:
parent
2beb6140ce
commit
7e3ff3c2eb
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue