You've already forked ansible-linux-infra
10 lines
211 B
YAML
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
|