X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=ansible%2Finstall.yml;h=23df9435e4be6cd43b28c7069c119b675d4e18cd;hb=7f89ec08278873d335e15a9cf39034692c666bff;hp=fbeb0e56f90705bb01d01af773deb117842c6d45;hpb=0e17de2ffefbeb739efc42943df7b28651c00514;p=osm%2Fvim-emu.git diff --git a/ansible/install.yml b/ansible/install.yml index fbeb0e5..23df943 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -15,6 +15,9 @@ - name: install pip apt: pkg=python-pip state=installed + - name: install setuptools + pip: name=setuptools state=latest + - name: install zerorpc pip: name=zerorpc @@ -32,3 +35,6 @@ - name: install oslo.config pip: name=oslo.config + + - name: install pytest + pip: name=pytest