fix journald restart in ansible

This commit is contained in:
Greg Szabo
2017-09-05 02:07:08 -04:00
parent b6bc56e906
commit cad2b3ce5a

View File

@ -11,7 +11,7 @@
- { regexp: "^#RateLimitBurst", line: "RateLimitBurst=0" }
- name: Restart journald
system: name=systemd-journald state=restarted
service: name=systemd-journald state=restarted
- include: debian.yml
when: ansible_os_family == "Debian"