Update to python3
[icn.git] / ci / roles / jenkins-config / tasks / jenkins_gerrit.yaml
index e19173e..5e37181 100644 (file)
@@ -53,9 +53,9 @@
   failed_when: "'Result: success\n' != result.output"
   tags: [gerrit]
 
-- name: Install python-pip
+- name: Install python3-pip
   apt:
-    name: python-pip
+    name: python3-pip
   tags: [jobs]
 
 - name: Install python-jenkins and lxml(required by jenkins_job module)