X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=ansible%2Finstall.yml;h=0ee1e4471fd08ed1797bb69fcdba9fc14500276a;hb=519e3cb0c7312b4c6a0b55b5eaf15d78138b2a47;hp=b032b0b17e6875e28e6a9fd4a56791bdc3ebf7aa;hpb=d7cbd218427bbfe573d062710006d56751e4406b;p=osm%2Fvim-emu.git diff --git a/ansible/install.yml b/ansible/install.yml index b032b0b..0ee1e44 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -51,7 +51,7 @@ pip: name=argparse state=latest - name: install networkx - pip: name=networkx state=latest + pip: name=networkx version=1.11 - name: install six pip: name=six state=latest @@ -89,6 +89,9 @@ - name: install ipaddress pip: name=ipaddress state=latest + - name: install gevent + pip: name=gevent state=latest + #- name: install urllib # pip: name=urllib state=latest