mirror of https://github.com/ceph/ceph-ansible.git
iscsi-gw: Fix rtslib installation
When using python3 the name of the rtslib rpm is python3-rtslib. The
packages that use rtslib already have code that detects the python
version and distro deps, so drop it from the ceph iscsi gw task list and
let the ceph-iscsi rpm dependency handle it.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1760930
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit ba141298d7
)
pull/4628/head
parent
35963194a7
commit
7fbd76c93a
|
@ -7,7 +7,6 @@
|
||||||
common_pkgs:
|
common_pkgs:
|
||||||
- tcmu-runner
|
- tcmu-runner
|
||||||
- targetcli
|
- targetcli
|
||||||
- python-rtslib
|
|
||||||
common_repos:
|
common_repos:
|
||||||
- tcmu-runner
|
- tcmu-runner
|
||||||
- python-rtslib
|
- python-rtslib
|
||||||
|
|
Loading…
Reference in New Issue