From fd8d47da98e2a2a13bc7297d79260de8a0c2af9a Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Mon, 21 Oct 2019 09:37:37 -0400 Subject: [PATCH] Revert "iscsigw: install python-requests" We don't need this since [1]. Also this was only working for python2 and not supporting python3. [1] https://github.com/ceph/ceph-iscsi/commit/00f198a This reverts commit 167737dd3de02057403fb458c50d22cf94a85b95. Signed-off-by: Dimitri Savineau --- roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml b/roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml index 0c5d505ff..80694f315 100644 --- a/roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml +++ b/roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml @@ -62,9 +62,7 @@ state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}" register: result until: result is succeeded - with_items: - - "{{ ceph_iscsi_pkgs }}" - - python-requests + with_items: "{{ ceph_iscsi_pkgs }}" - name: check the status of the target.service override stat: -- 2.39.5