mirror of https://github.com/ceph/ceph-ansible.git
purge-iscsi: fix group name
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1500281 Signed-off-by: Sébastien Han <seb@redhat.com>pull/2022/head
parent
f6d1be269f
commit
85e13a864c
|
@ -20,7 +20,7 @@
|
||||||
igw_purge_type: "{{ purge_config }}"
|
igw_purge_type: "{{ purge_config }}"
|
||||||
|
|
||||||
- name: Removing the gateway configuration
|
- name: Removing the gateway configuration
|
||||||
hosts: ceph-iscsi-gw
|
hosts: iscsi-gws
|
||||||
vars:
|
vars:
|
||||||
- igw_purge_type: "{{hostvars['localhost']['igw_purge_type']}}"
|
- igw_purge_type: "{{hostvars['localhost']['igw_purge_type']}}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue