Skip to content

Commit

Permalink
Remove the colon for supervisor service
Browse files Browse the repository at this point in the history
We only use a single process with supervisor and
instead manage processes using the tools own multiprocess support
  • Loading branch information
mrchrisadams committed Feb 22, 2024
1 parent ca51024 commit 1d63bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

- name: Trigger restart for app with supervisor
ansible.builtin.supervisorctl:
name: "{{ supervisor_gunicorn_app }}:"
name: "{{ supervisor_gunicorn_app }}"
state: restarted
become: true
when: supervisor_restart is true
Expand Down

0 comments on commit 1d63bfa

Please sign in to comment.