From 85e13a864c1317849d7bf34441fa1f7b33939556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Wed, 11 Oct 2017 12:52:12 +0200 Subject: [PATCH] purge-iscsi: fix group name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1500281 Signed-off-by: Sébastien Han --- infrastructure-playbooks/purge-iscsi-gateways.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-playbooks/purge-iscsi-gateways.yml b/infrastructure-playbooks/purge-iscsi-gateways.yml index 157dce414..721a02e6e 100644 --- a/infrastructure-playbooks/purge-iscsi-gateways.yml +++ b/infrastructure-playbooks/purge-iscsi-gateways.yml @@ -20,7 +20,7 @@ igw_purge_type: "{{ purge_config }}" - name: Removing the gateway configuration - hosts: ceph-iscsi-gw + hosts: iscsi-gws vars: - igw_purge_type: "{{hostvars['localhost']['igw_purge_type']}}"