File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- name : start the genesis node service
52
52
become : True
53
- command : antctl -v start --interval {{ interval}}
53
+ command : antctl --trace start --interval {{ interval}}
54
54
register : start_services_result
55
55
failed_when : false
56
56
Original file line number Diff line number Diff line change 64
64
vars :
65
65
command_args :
66
66
- " {{ binary_dir }}/antctl"
67
- - -v
67
+ - --trace
68
68
- add
69
69
- --data-dir-path=/mnt/antnode-storage/data
70
70
- --log-dir-path=/mnt/antnode-storage/log
93
93
94
94
- name : start the node services
95
95
become : True
96
- command : antctl -v start --interval {{ interval}}
96
+ command : antctl --trace start --interval {{ interval}}
97
97
register : start_services_result
98
98
failed_when : false
99
99
You can’t perform that action at this time.
0 commit comments