Skip to content

Commit

Permalink
Merge pull request jcalazan#192 from YPCrumble/feature/restart-applic…
Browse files Browse the repository at this point in the history
…ation-after-installing-packages

Restart application after installing packages using pip.
  • Loading branch information
YPCrumble committed Apr 27, 2023
2 parents 4c93466 + 2cfa8f7 commit 9029eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/web/tasks/setup_django_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
virtualenv: "{{ virtualenv_path }}"
requirements: "{{ requirements_file }}"
extra_args: "{{ pip_use_upgrade_flag | ternary('--upgrade', omit) }}"
notify: Restart application

- name: Run the Django syncdb command
community.general.django_manage:
Expand Down

0 comments on commit 9029eca

Please sign in to comment.