X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ansible%2Finstall.yml;h=dd6ef4cdfd72e4f0a38c1be10b80321d1e74d624;hb=a4edcd73e263c6869eef82e62a641bc2933f4a70;hp=9580f05aa23ad285a6775b762de0009a58e9ab74;hpb=a1a5ed0f026ead6360e3a0ce5599804d009f1f8b;p=osm%2Fvim-emu.git diff --git a/ansible/install.yml b/ansible/install.yml index 9580f05..dd6ef4c 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -19,25 +19,25 @@ pip: name=setuptools state=latest - name: install zerorpc - pip: name=zerorpc + pip: name=zerorpc state=latest - name: install tabulate - pip: name=tabulate + pip: name=tabulate state=latest - name: install argparse - pip: name=argparse + pip: name=argparse state=latest - name: install networkx - pip: name=networkx + pip: name=networkx state=latest - name: install six - pip: name=six + pip: name=six state=latest - name: install ryu - pip: name=ryu + pip: name=ryu state=latest - name: install oslo.config - pip: name=oslo.config + pip: name=oslo.config state=latest - name: install pytest - pip: name=pytest + pip: name=pytest state=latest