From 1b06fe273f3feefcfb3e1173d3f2ebbbeb727acb Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Tue, 3 Jan 2017 11:32:45 +0100 Subject: [PATCH] Add html file to test-ssl-proxy-protocol.local --- tests/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.yml b/tests/test.yml index 1a9c262..e8a6846 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -233,7 +233,7 @@ with_items: ['test-php.local', 'test-php-index.local'] - name: -- Add HTML file -- copy: dest="{{ item }}/index.html" content="Index HTML test OK\n" - with_items: ['{{ nginx_root }}/first-test/public', '/var/tmp', '{{ nginx_root }}/test-htpasswd-all.local/public', '{{ nginx_root }}/test-ssl.local/public', '{{ nginx_root }}/test-ssl-predeployed.local/public'] + with_items: ['{{ nginx_root }}/first-test/public', '/var/tmp', '{{ nginx_root }}/test-htpasswd-all.local/public', '{{ nginx_root }}/test-ssl.local/public', '{{ nginx_root }}/test-ssl-predeployed.local/public', '{{ nginx_root }}/test-ssl-proxy-protocol.local/public'] - name: -- Create directory -- file: path={{ nginx_root }}/test-htpasswd.local/public/hello state=directory - name: -- Add HTML file hello --