]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
purge-iscsi: fix group name
authorSébastien Han <seb@redhat.com>
Wed, 11 Oct 2017 10:52:12 +0000 (12:52 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 11 Oct 2017 10:52:12 +0000 (12:52 +0200)
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1500281
Signed-off-by: Sébastien Han <seb@redhat.com>
infrastructure-playbooks/purge-iscsi-gateways.yml

index 157dce414ec447b8cb2e9d64ca04d98da7757587..721a02e6e09858492b315a39dc2c989d2c1bf7f3 100644 (file)
@@ -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']}}"