validate: remove check on rgw_multisite_endpoint_addr definition

since `rgw_multisite_endpoint_addr` has a default value to
`{{ ansible_fqdn }}`, it shouldn't be mandatory to set this variable.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3217/head
Guillaume Abrioux 2018-10-29 12:05:09 +01:00 committed by Sébastien Han
parent 59e6d04f9b
commit fe88c89c9c
1 changed files with 0 additions and 5 deletions

View File

@ -41,11 +41,6 @@
msg: "system_secret_key has not been set by the user"
when: system_secret_key is undefined
- name: fail if rgw_multisite_endpoint_addr is not set
fail:
msg: "rgw_multisite_endpoint_addr has not been set by the user"
when: rgw_multisite_endpoint_addr is undefined
- name: fail if rgw_pull_port is not set
fail:
msg: "rgw_pull_port has not been set by the user"