Browse Source

fix journald restart in ansible

pull/1943/head
Greg Szabo 7 years ago
parent
commit
cad2b3ce5a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ansible/roles/install/tasks/main.yml

+ 1
- 1
ansible/roles/install/tasks/main.yml 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"


Loading…
Cancel
Save