Something went wrong on our end
-
Baptiste DE RENZO authoredBaptiste DE RENZO authored
logs.yml 192 B
---
- name: ensure journald logs persistence is enabled
ansible.builtin.file:
path: /var/log/journal
state: directory
# let system decide directory rights
#mode: "02755"
...