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