From: Sébastien Han Date: Mon, 14 May 2018 07:21:48 +0000 (+0200) Subject: iscsi: add python-rtslib repository X-Git-Tag: v3.0.35~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=912eb79038e8a94a85bb1c77472e9217018ebce2;p=ceph-ansible.git iscsi: add python-rtslib repository Signed-off-by: Sébastien Han (cherry picked from commit 8c7c11b774f54078b32b652481145699dbbd79ff) Signed-off-by: Sébastien Han --- diff --git a/roles/ceph-iscsi-gw/tasks/prerequisites.yml b/roles/ceph-iscsi-gw/tasks/prerequisites.yml index 32d3d5165..ba9ae435e 100644 --- a/roles/ceph-iscsi-gw/tasks/prerequisites.yml +++ b/roles/ceph-iscsi-gw/tasks/prerequisites.yml @@ -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'