mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-05 01:21:21 +00:00
ulimit in ansible fix
This commit is contained in:
parent
32ead683ce
commit
862d7eb82c
@ -14,7 +14,7 @@
|
|||||||
service: name=systemd-journald state=restarted
|
service: name=systemd-journald state=restarted
|
||||||
|
|
||||||
- name: Ability to get the core dump on SIGABRT
|
- name: Ability to get the core dump on SIGABRT
|
||||||
command: "ulimit -c unlimited"
|
shell: "ulimit -c unlimited"
|
||||||
|
|
||||||
#TODO include is deprecated in Ansible 2.4.0 and will be removed in 2.8.0
|
#TODO include is deprecated in Ansible 2.4.0 and will be removed in 2.8.0
|
||||||
#Replace it with include_tasks
|
#Replace it with include_tasks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user