From: Alfredo Deza Date: Fri, 16 Feb 2018 15:26:29 +0000 (-0500) Subject: ceph-deploy-pull-requests: project does not need 2.6 anymore X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2eeb01697fc100ba54ae0c0cfbd948e728b71359;p=ceph-build.git ceph-deploy-pull-requests: project does not need 2.6 anymore Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy-pull-requests/setup/playbooks/tasks/ubuntu.yml b/ceph-deploy-pull-requests/setup/playbooks/tasks/ubuntu.yml index e4928209..f30cae12 100644 --- a/ceph-deploy-pull-requests/setup/playbooks/tasks/ubuntu.yml +++ b/ceph-deploy-pull-requests/setup/playbooks/tasks/ubuntu.yml @@ -1,7 +1,4 @@ --- - - name: add deadsnakes ppa - action: apt_repository repo=ppa:fkrull/deadsnakes state=present - - name: "update apt repo" action: apt update_cache=yes @@ -10,10 +7,8 @@ with_items: - python-software-properties - python-dev - - python2.6-dev - - python-setuptools - - python2.6 - python2.7 + - python3.5 - name: install pip action: easy_install name=pip