From: Sébastien Han Date: Wed, 11 Oct 2017 10:52:12 +0000 (+0200) Subject: purge-iscsi: fix group name X-Git-Tag: beta-3.1.0~127^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=85e13a864c1317849d7bf34441fa1f7b33939556;p=ceph-ansible.git purge-iscsi: fix group name Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1500281 Signed-off-by: Sébastien Han --- 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']}}"