Update roles/demolamp/tasks/main.yml

This commit is contained in:
2024-02-20 21:42:23 +08:00
parent e913f6ca9c
commit 13801483e0

View File

@@ -22,15 +22,3 @@
image: "demolamp:{{ demobackend_version }}"
ports:
- "80:80"
- name: wait for the api ready
wait_for:
host: 0.0.0.0
port: 80
delay: 10
- name: testing api locally
shell: "curl -k localhost:80"
register: reg_curl_result
- name: show curl result
debug:
msg: "{{ reg_curl_result.stdout }}"