From: David Galloway Date: Wed, 21 Jul 2021 17:41:08 +0000 (-0400) Subject: Revert "Merge pull request #635 from ceph/wip-python-pip" X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F640%2Fhead;p=ceph-cm-ansible.git Revert "Merge pull request #635 from ceph/wip-python-pip" This reverts commit 623931530c8b8928635fc3b151df1f985d2e12e0, reversing changes made to 91da996a7045d0029340af7f0bcb7bb7650105e7. --- diff --git a/roles/container-host/tasks/container_mirror.yml b/roles/container-host/tasks/container_mirror.yml index 93e23f83..72ced9ab 100644 --- a/roles/container-host/tasks/container_mirror.yml +++ b/roles/container-host/tasks/container_mirror.yml @@ -11,11 +11,9 @@ 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