fix 🐛: Remove ansible_remote_tmp

This commit removes the `ansible_remote_tmp` variable definition to resolve warnings related to auto-created temporary directories. This change ensures the system adheres to best practices and avoids potential issues with temporary file management during Ansible execution. The removal simplifies the configuration and improves the overall stability of the deployment process.
This commit is contained in:
2025-12-13 08:32:04 +01:00
parent 342631679a
commit 00eafd9e44

View File

@@ -10,8 +10,8 @@
- { regexp: "^#?ForwardToSyslog", line: ForwardToSyslog=no } - { regexp: "^#?ForwardToSyslog", line: ForwardToSyslog=no }
- { regexp: "^#?SystemMaxUse", line: SystemMaxUse=100M } - { regexp: "^#?SystemMaxUse", line: SystemMaxUse=100M }
notify: Restart systemd-journald notify: Restart systemd-journald
vars: # vars:
ansible_remote_tmp: /tmp # Prevent warnings for auto-created tmp dir # ansible_remote_tmp: /tmp # Prevent warnings for auto-created tmp dir
# A succesful vacuum does impact log size, but is not considered a change # A succesful vacuum does impact log size, but is not considered a change
- name: Vacuum journalctl before - name: Vacuum journalctl before