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
|
- ceph-iscsi-config
|
||||||
- tcmu-runner
|
- tcmu-runner
|
||||||
- python-rtslib
|
- python-rtslib
|
||||||
|
- ceph-iscsi-cli
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == 'RedHat'
|
- ansible_os_family == 'RedHat'
|
||||||
- ceph_origin == 'repository'
|
- ceph_origin == 'repository'
|
||||||
|
@ -48,6 +49,7 @@
|
||||||
- ceph-iscsi-config
|
- ceph-iscsi-config
|
||||||
- targetcli
|
- targetcli
|
||||||
- python-rtslib
|
- python-rtslib
|
||||||
|
- ceph-iscsi-cli
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == 'RedHat'
|
- ansible_os_family == 'RedHat'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue