Update roles/build_fastapi/tasks/main.yml
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
- name: install fastapi
|
||||
command:
|
||||
cmd: source "{{ build_root_abspath }}/venv/bin/activate"
|
||||
cmd: pip install "fastapi[all]"
|
||||
cmd: pip install "fastapi[all] docker docker-compose"
|
||||
- name: Check and install Python's SDK
|
||||
ansible.builtin.pip:
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user