ansible-api issue

Hello,

When I start to lauch ansible-api, I have this issue :

root@VM-Ubuntu:~# ansible-api
Ansible API is running at Debug Mode

2020-05-06 16:18:06 | INFO - Ansible API Start… ( PID = 19629 )
2020-05-06 16:18:06 | ERROR - ‘sign_key’
Traceback (most recent call last):
File “/usr/local/bin/ansible-api”, line 56, in
Server(daemon_mode)
File “/usr/local/lib/python3.7/dist-packages/ansible_api/server.py”, line 43, in init
config[‘sign_key’] = len(config[‘sign_key’]) * ‘*’ # mask signature key
KeyError: ‘sign_key’

Can you help me ?

Thanks,
Rekuyem

`ansible-api` is not something the Ansible project ships nor supports.