]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Revert "iscsigw: install python-requests"
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 21 Oct 2019 13:37:37 +0000 (09:37 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 23 Oct 2019 07:47:46 +0000 (09:47 +0200)
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 <dsavinea@redhat.com>
(cherry picked from commit fd8d47da98e2a2a13bc7297d79260de8a0c2af9a)

roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml

index 0c5d505ffa0c4fd362c6726f945cca0ab2e6e2b0..80694f3156c3591aa606be6b0d47cb17ac2af2f0 100644 (file)
@@ -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: