Skip to content

Commit

Permalink
chore: update test configuration, add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Oct 10, 2024
1 parent 753eb7c commit 84f9e4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions molecule/playbook-flask_app/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ platforms:
password: $DOCKER_PW
provisioner:
name: ansible
config_options:
defaults:
remote_tmp: /tmp
env:
ANSIBLE_ROLES_PATH: ../../../
components:
Expand Down
3 changes: 3 additions & 0 deletions molecule/playbook-reverse_proxy/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ platforms:
password: $DOCKER_PW
provisioner:
name: ansible
config_options:
defaults:
remote_tmp: /tmp
env:
ANSIBLE_ROLES_PATH: ../../../
components:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/flask_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
- uwsgi
environment:
VIRTUAL_ENV: "{{ uwsgi_venv }}"
CC: 'gcc'
CC: 'gcc' # https://github.com/astral-sh/uv/issues/6488
LIBRARY_PATH: "{{ uv_python_paths[flask_app_python_version] | regex_replace('/bin/python3?', '/lib/') }}"

- name: Install requirements
Expand Down

0 comments on commit 84f9e4b

Please sign in to comment.