Update roles/build_fastapi/tasks/main.yml
This commit is contained in:
@@ -43,10 +43,3 @@
|
||||
image: "helloworld-fastapi:{{ demobackend_version }}"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
||||
- name: wait for the api ready
|
||||
wait_for:
|
||||
host: 0.0.0.0
|
||||
port: 8080
|
||||
delay: 10
|
||||
check_mode: false
|
||||
|
||||
Reference in New Issue
Block a user