mirror of https://github.com/ceph/ceph-ansible.git
7 lines
179 B
YAML
7 lines
179 B
YAML
|
---
|
||
|
- name: make sure gateway_ip_list is configured
|
||
|
fail:
|
||
|
msg: "you must set a list of IPs (comma separated) for gateway_ip_list"
|
||
|
when:
|
||
|
- gateway_ip_list == "0.0.0.0"
|