This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/journald/handlers/main.yml

6 lines
104 B
YAML
Raw Normal View History

2026-06-20 15:17:46 -04:00
---
- name: Restart journald
ansible.builtin.systemd:
name: systemd-journald
state: restarted