mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 11:41:39 +00:00
fix journald restart in ansible
This commit is contained in:
@ -11,7 +11,7 @@
|
|||||||
- { regexp: "^#RateLimitBurst", line: "RateLimitBurst=0" }
|
- { regexp: "^#RateLimitBurst", line: "RateLimitBurst=0" }
|
||||||
|
|
||||||
- name: Restart journald
|
- name: Restart journald
|
||||||
system: name=systemd-journald state=restarted
|
service: name=systemd-journald state=restarted
|
||||||
|
|
||||||
- include: debian.yml
|
- include: debian.yml
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
|
Reference in New Issue
Block a user