Fixed Error in Test statement with wrong URL
This commit is contained in:
+2
-2
@@ -61,11 +61,11 @@
|
|||||||
- name: Restart nginx
|
- name: Restart nginx
|
||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
|
|
||||||
- name: "Test it! https://localhost:8443/index.html"
|
- name: "Test it! https://192.168.62.160/index.html"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
become: false
|
become: false
|
||||||
uri:
|
uri:
|
||||||
url: 'https://localhost:8443/index.html'
|
url: 'https://192.168.62.160/index.html'
|
||||||
validate_certs: false
|
validate_certs: false
|
||||||
return_content: true
|
return_content: true
|
||||||
register: this
|
register: this
|
||||||
|
|||||||
Reference in New Issue
Block a user