This commit is contained in:
parent
e4b58c0bf4
commit
9252249d18
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
- name: Restart rsyslog
|
||||
become: yes
|
||||
become: true
|
||||
systemd:
|
||||
name: rsyslog.service
|
||||
state: restarted
|
||||
|
||||
- name: Restart systemd-journald
|
||||
become: yes
|
||||
become: true
|
||||
systemd:
|
||||
name: systemd-journald.service
|
||||
state: restarted
|
||||
|
|
Loading…
Reference in a new issue