From 44e9b30c155a75b0a6541b45593db03c091a1fd3 Mon Sep 17 00:00:00 2001 From: willtome Date: Fri, 11 Feb 2022 16:13:01 -0500 Subject: [PATCH] protocol --- linux/podman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/podman.yml b/linux/podman.yml index 1f3fad5..6499f2b 100644 --- a/linux/podman.yml +++ b/linux/podman.yml @@ -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