mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-05 19:42:13 +00:00
Adding debug option
This commit is contained in:
parent
bbe151c1d2
commit
32ead683ce
@ -13,6 +13,9 @@
|
|||||||
- name: Restart journald
|
- name: Restart journald
|
||||||
service: name=systemd-journald state=restarted
|
service: name=systemd-journald state=restarted
|
||||||
|
|
||||||
|
- name: Ability to get the core dump on SIGABRT
|
||||||
|
command: "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