Use 'true' instead of 'yes'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
jeltz 2021-03-01 04:15:54 +01:00
parent e4b58c0bf4
commit 9252249d18

View file

@ -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