]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Revert "Merge pull request #635 from ceph/wip-python-pip" 640/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 21 Jul 2021 17:41:08 +0000 (13:41 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 21 Jul 2021 17:41:08 +0000 (13:41 -0400)
This reverts commit 623931530c8b8928635fc3b151df1f985d2e12e0, reversing
changes made to 91da996a7045d0029340af7f0bcb7bb7650105e7.

roles/container-host/tasks/container_mirror.yml

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