]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-deploy-pull-requests: project does not need 2.6 anymore 958/head
authorAlfredo Deza <adeza@redhat.com>
Fri, 16 Feb 2018 15:26:29 +0000 (10:26 -0500)
committerAlfredo Deza <adeza@redhat.com>
Fri, 16 Feb 2018 15:27:24 +0000 (10:27 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-deploy-pull-requests/setup/playbooks/tasks/ubuntu.yml

index e49282095f8068240a34839772eb23e287d7b5a5..f30cae12ac2b11e633aaed98fe82360be349ea34 100644 (file)
@@ -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