From 4b35b6fdca664731febdabc1f652704ae9424ee5 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 21 Jul 2021 13:41:08 -0400 Subject: [PATCH] Revert "Merge pull request #635 from ceph/wip-python-pip" This reverts commit 623931530c8b8928635fc3b151df1f985d2e12e0, reversing changes made to 91da996a7045d0029340af7f0bcb7bb7650105e7. --- roles/container-host/tasks/container_mirror.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.47.3