Files
ansible-linux-infra/roles/logging_rsyslog/handlers/main.yml
2026-08-19 09:51:43 +02:00

10 lines
211 B
YAML

---
- name: restart rsyslog
ansible.builtin.systemd:
name: rsyslog
state: restarted
- name: update CA trust
ansible.builtin.command: "{{ logging_rsyslog_ca_trust_update_cmd }}"
changed_when: true