Delete useless test

pull/27/head
Emilien Mantel 2016-11-07 17:40:00 +01:00
parent 40f67fc103
commit 999f226838
1 changed files with 0 additions and 8 deletions

View File

@ -5,14 +5,6 @@
when: item.filename is defined and item.filename == 'default'
with_items: "{{ nginx_vhosts }}"
- name: FAIL | Check vhost and SSL/TLS support
fail: msg="Missmatch configuration for vhost {{ item.name if item.name is string else item.name[0] }}"
when: >
item.proto is defined and
'https' in item.proto and
item.ssl_name is not defined
with_items: "{{ nginx_vhosts }}"
- name: FAIL | Check HTTPS redir and proto
fail: msg="You can't have HTTP proto and HTTPS redirection at the same time"
when: >