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') }}"
|
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||||
register: result
|
register: result
|
||||||
until: result is succeeded
|
until: result is succeeded
|
||||||
with_items:
|
with_items: "{{ ceph_iscsi_pkgs }}"
|
||||||
- "{{ ceph_iscsi_pkgs }}"
|
|
||||||
- python-requests
|
|
||||||
|
|
||||||
- name: check the status of the target.service override
|
- name: check the status of the target.service override
|
||||||
stat:
|
stat:
|
||||||
|
|
Loading…
Reference in New Issue