From 85c4ebba71016c0dccf328ca153b482ba2e87b7f Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Tue, 19 Nov 2024 09:23:55 +0100 Subject: [PATCH] Fixed Error in Test statement with wrong URL --- webserver-tls.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webserver-tls.yml b/webserver-tls.yml index fdcbd0a..ddbd826 100644 --- a/webserver-tls.yml +++ b/webserver-tls.yml @@ -61,11 +61,11 @@ - name: Restart nginx meta: flush_handlers - - name: "Test it! https://localhost:8443/index.html" + - name: "Test it! https://192.168.62.160/index.html" delegate_to: localhost become: false uri: - url: 'https://localhost:8443/index.html' + url: 'https://192.168.62.160/index.html' validate_certs: false return_content: true register: this