]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
container-host: Install pip too 635/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 28 Jun 2021 21:16:10 +0000 (17:16 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 28 Jun 2021 21:16:10 +0000 (17:16 -0400)
This was needed on CentOS8 and Ubuntu Focal Jenkins builders.

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/container-host/tasks/container_mirror.yml

index 72ced9abdf31788cd0361bc5e32cf40c644c5c9f..93e23f8317a1db088b2d322914b5ae992cd59054 100644 (file)
     content: "{{ container_mirror_cert }}"
   with_items: "{{ container_mirror_cert_paths }}"
 
-- name: Ensure git is installed
+- name: Ensure installation dependencies are installed
   package:
-    name: git
+    name:
+      - git
+      - python-pip
     state: present
   tags:
     - registries-conf-ctl