]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
builder.yml: add back import of six. Who knows. 2454/head
authorDan Mick <dan.mick@redhat.com>
Tue, 7 Oct 2025 02:57:33 +0000 (19:57 -0700)
committerDan Mick <dan.mick@redhat.com>
Tue, 7 Oct 2025 22:33:56 +0000 (15:33 -0700)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
ansible/examples/builder.yml

index 1745c54af5c6cf36cb101da559c929ab359b0145..bb33f32393c44351db845385a461f3c39cca4abe 100644 (file)
@@ -36,9 +36,9 @@
         creates: "{{ venv }}/bin/python"
       tags: always
 
-    - name: Install python-jenkins
+    - name: Install python-jenkins, six
       ansible.builtin.command:
-        cmd: "{{ venv }}/bin/pip install python-jenkins"
+        cmd: "{{ venv }}/bin/pip install python-jenkins six"
       become_user: "{{ ansible_user }}"
       tags: always