X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=ansible%2Finstall.yml;h=b103c4dd6f74b5f918725a5250c49c3e35536440;hp=d6a6297bbeb998e0e553b1b04c300e8dfd4bded5;hb=f37fcff88ff15073cba8f04e5e815a4d664c5766;hpb=66ee7baff6d51f6fee2abf0d101521c626592ff8 diff --git a/ansible/install.yml b/ansible/install.yml index d6a6297..b103c4d 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -24,9 +24,6 @@ - name: install setuptools pip: name=setuptools state=latest - - name: install zerorpc - pip: name=zerorpc state=latest - - name: install tabulate pip: name=tabulate state=latest @@ -72,5 +69,8 @@ - name: install ipaddress pip: name=ipaddress state=latest + #- name: install urllib + # pip: name=urllib state=latest +