mirror of https://github.com/ceph/ceph-ansible.git
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 commitpull/4654/head167737dd3d
. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com> (cherry picked from commitfd8d47da98
)
parent
4ff517e1ab
commit
e00bc17bd9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue