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 commit 167737dd3d
.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/4653/head
parent
9ad000618f
commit
fd8d47da98
|
@ -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