V7 install.py --production stuck at init bench

Hi all,

I am trying to install using the below command:
sudo python install.py --production

The process hung at:
TASK [install bench] ***********************************************************
changed: [localhost]

TASK [Check whether bench exists] **********************************************
ok: [localhost]

TASK [init bench] **************************************************************

How do i check if it is hang or progressing? It’s been like that for 1.5 hours

Pls advice…

try passing verbose=True

ok got it… thanks…