fix(baseline): adds reload rsyslogd handler
All checks were successful
Ansible Lint Check / lint (push) Successful in 57s
All checks were successful
Ansible Lint Check / lint (push) Successful in 57s
This commit is contained in:
parent
caf00ce4e1
commit
1c7d942848
1 changed files with 6 additions and 0 deletions
|
|
@ -16,3 +16,9 @@
|
||||||
name: firewalld
|
name: firewalld
|
||||||
state: reloaded
|
state: reloaded
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
- name: Reload rsyslog
|
||||||
|
ansible.builtin.systemd_service:
|
||||||
|
name: rsyslog
|
||||||
|
state: reloaded
|
||||||
|
become: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue