mirror of https://github.com/ceph/ceph-ansible.git
iscsigw: install ceph-iscsi-cli package
Install ceph-iscsi-cli in order to provide the `gwcli` command tool. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1602785 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/2749/merge
parent
0a6ff6bbf8
commit
1164cdc002
|
@ -5,6 +5,7 @@
|
|||
- ceph-iscsi-config
|
||||
- tcmu-runner
|
||||
- python-rtslib
|
||||
- ceph-iscsi-cli
|
||||
when:
|
||||
- ansible_os_family == 'RedHat'
|
||||
- ceph_origin == 'repository'
|
||||
|
@ -48,6 +49,7 @@
|
|||
- ceph-iscsi-config
|
||||
- targetcli
|
||||
- python-rtslib
|
||||
- ceph-iscsi-cli
|
||||
when:
|
||||
- ansible_os_family == 'RedHat'
|
||||
|
||||
|
|
Loading…
Reference in New Issue