Update roles/build_fastapi/tasks/main.yml

This commit is contained in:
2024-01-29 13:08:25 +08:00
parent 3eac691e21
commit bc8573fbc0

View File

@@ -20,6 +20,7 @@
command:
cmd: source "{{ build_root_abspath }}/venv/bin/activate"
cmd: pip install "fastapi[all]"
tasks:
- name: Build image and with build args
community.docker.docker_image:
name: helloworld-fastapi