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