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 167737dd3d.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit fd8d47da98)
pull/4654/head
Dimitri Savineau 2019-10-21 09:37:37 -04:00 committed by Guillaume Abrioux
parent 4ff517e1ab
commit e00bc17bd9
1 changed files with 1 additions and 3 deletions

View 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: