This commit is contained in:
willtome
2022-02-11 16:13:01 -05:00
parent 48b55fd2d6
commit 44e9b30c15

View File

@@ -35,7 +35,7 @@
- name: Check Web Page
ansible.builtin.uri:
url: 127.0.0.1:8080
url: http://127.0.0.1:8080
return_content: yes
register: web_output
changed_when: false