mirror of https://github.com/ceph/ceph-ansible.git
iscsi: add python-rtslib repository
Signed-off-by: Sébastien Han <seb@redhat.com>pull/2575/head
parent
08a2b58d39
commit
8c7c11b774
|
@ -4,6 +4,7 @@
|
|||
ceph_iscsi_repos:
|
||||
- ceph-iscsi-config
|
||||
- tcmu-runner
|
||||
- python-rtslib
|
||||
when:
|
||||
- ansible_os_family == 'RedHat'
|
||||
- ceph_origin == 'repository'
|
||||
|
@ -46,6 +47,7 @@
|
|||
- tcmu-runner
|
||||
- ceph-iscsi-config
|
||||
- targetcli
|
||||
- python-rtslib
|
||||
when:
|
||||
- ansible_os_family == 'RedHat'
|
||||
|
||||
|
|
Loading…
Reference in New Issue