mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-28 13:41:21 +00:00
Ansible 2.2 compatibility fix
This commit is contained in:
parent
7aa0957fc5
commit
43c86c2a9c
@ -5,7 +5,7 @@
|
||||
file: path=/etc/localtime state=link src=/usr/share/zoneinfo/{{timezone}} force=yes
|
||||
|
||||
- name: Disable journald rate-limiting
|
||||
lineinfile: "path=/etc/systemd/journald.conf regexp={{item.regexp}} line='{{item.line}}'"
|
||||
lineinfile: "dest=/etc/systemd/journald.conf regexp={{item.regexp}} line='{{item.line}}'"
|
||||
with_items:
|
||||
- { regexp: "^#RateLimitInterval", line: "RateLimitInterval=0s" }
|
||||
- { regexp: "^#RateLimitBurst", line: "RateLimitBurst=0" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user