Fixed Error in Test statement with wrong URL

This commit is contained in:
Tim Schilling
2024-11-19 09:23:55 +01:00
parent 8c09466663
commit 85c4ebba71
+2 -2
View File
@@ -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